summaryrefslogtreecommitdiffstats
path: root/board/nvidia/seaboard/seaboard.c
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-03-16 18:58:02 +0000
committerTom Warren <twarren@nvidia.com>2013-03-25 09:56:05 -0700
commit9000652da0893af8a07f81622b3ef8de6c8725bb (patch)
tree00835e8986dfd8b85470042bf74361cf51b6115a /board/nvidia/seaboard/seaboard.c
parentb6379e15a70cc2e22486e5962927d9de374d877b (diff)
downloadblackbird-obmc-uboot-9000652da0893af8a07f81622b3ef8de6c8725bb.tar.gz
blackbird-obmc-uboot-9000652da0893af8a07f81622b3ef8de6c8725bb.zip
tegra: remove support for UART SPI switch
This feature was only used for tegra20 seaboard that had a pinmux conflict on the SPI pins. These boards were never manufactured, so remove this support to clean up SPI driver. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'board/nvidia/seaboard/seaboard.c')
-rw-r--r--board/nvidia/seaboard/seaboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/seaboard/seaboard.c b/board/nvidia/seaboard/seaboard.c
index e581fddf43..498e5137a3 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 */
OpenPOWER on IntegriCloud