diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-26 10:40:13 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-26 10:40:13 +0100 |
| commit | ebd749da69f423a26222d2cdde9a77007fd8b4b7 (patch) | |
| tree | ea0bff7917f8695f31ce4da58b01d298ab2d981a /board/nvidia/seaboard/seaboard.c | |
| parent | 412665b46134f93464c09405e02f08ac9c62526d (diff) | |
| parent | f789be6086f3e6302fe4b163fa9b7bd6b358c4ce (diff) | |
| download | olio-uboot-2014.01-ebd749da69f423a26222d2cdde9a77007fd8b4b7.tar.xz olio-uboot-2014.01-ebd749da69f423a26222d2cdde9a77007fd8b4b7.zip | |
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/nvidia/seaboard/seaboard.c')
| -rw-r--r-- | board/nvidia/seaboard/seaboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/seaboard/seaboard.c b/board/nvidia/seaboard/seaboard.c index e581fddf4..498e5137a 100644 --- a/board/nvidia/seaboard/seaboard.c +++ b/board/nvidia/seaboard/seaboard.c @@ -31,7 +31,7 @@ #include <asm/gpio.h> /* TODO: Remove this code when the SPI switch is working */ -#if !defined(CONFIG_SPI_UART_SWITCH) && (CONFIG_MACH_TYPE != MACH_TYPE_VENTANA) +#if (CONFIG_MACH_TYPE != MACH_TYPE_VENTANA) void gpio_early_init_uart(void) { /* Enable UART via GPIO_PI3 (port 8, bit 3) so serial console works */ |