diff options
author | Martin Roth <martinroth@google.com> | 2016-01-15 10:20:11 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-02 14:37:09 +0100 |
commit | 2f91403303a66c5e724761a74863e3452291b154 (patch) | |
tree | 7269f212612416f263dfba9a50f88befe2015d70 /src/mainboard/amd/dinar | |
parent | bda8a04b0105f2b097b07fa336891af6981541cb (diff) | |
download | coreboot-2f91403303a66c5e724761a74863e3452291b154.tar.xz |
src: Fix various spelling and whitespace issues.
This fixes some spelling and whitespace issues that I came across
while working on various things in the tree.
There are no functional changes.
Change-Id: I33bc77282f2f94a1fc5f1bc713e44f72db20c1ab
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13016
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/amd/dinar')
-rw-r--r-- | src/mainboard/amd/dinar/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/dinar/gpio.c b/src/mainboard/amd/dinar/gpio.c index 6cd85e3897..17097b33d1 100644 --- a/src/mainboard/amd/dinar/gpio.c +++ b/src/mainboard/amd/dinar/gpio.c @@ -90,7 +90,7 @@ gpioEarlyInit( for (Index = 0; Index < MAX_GPIO_NO; Index++) { if (!(((Index >= GPIO_RSVD_ZONE0_S) && (Index <= GPIO_RSVD_ZONE0_E)) || ((Index >= GPIO_RSVD_ZONE1_S) && (Index <= GPIO_RSVD_ZONE1_E)))) { if ((StripInfo >= boardRevC) || ((Index != GPIO_111) && (Index != GPIO_113))) { - // Configure multi-funtion + // Configure multi-function Mmio8_And_Or (IoMuxMmioAddr, Index, 0x00, (gpio_table[Index].select & ~NonGpio)); } // Configure GPIO |