diff options
author | Allen Martin <amartin@nvidia.com> | 2013-03-16 18:58:02 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-25 09:56:05 -0700 |
commit | 9000652da0893af8a07f81622b3ef8de6c8725bb (patch) | |
tree | 00835e8986dfd8b85470042bf74361cf51b6115a /arch/arm/include/asm/arch-tegra/board.h | |
parent | b6379e15a70cc2e22486e5962927d9de374d877b (diff) | |
download | u-boot-imx-9000652da0893af8a07f81622b3ef8de6c8725bb.zip u-boot-imx-9000652da0893af8a07f81622b3ef8de6c8725bb.tar.gz u-boot-imx-9000652da0893af8a07f81622b3ef8de6c8725bb.tar.bz2 |
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 'arch/arm/include/asm/arch-tegra/board.h')
-rw-r--r-- | arch/arm/include/asm/arch-tegra/board.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-tegra/board.h b/arch/arm/include/asm/arch-tegra/board.h index 3db0d93..1a66990 100644 --- a/arch/arm/include/asm/arch-tegra/board.h +++ b/arch/arm/include/asm/arch-tegra/board.h @@ -25,8 +25,7 @@ #define _TEGRA_BOARD_H_ /* Set up pinmux to make UART usable */ -void gpio_config_uart(void); /* CONFIG_SPI_UART_SWITCH */ -void gpio_early_init_uart(void); /*!CONFIG_SPI_UART_SWITCH */ +void gpio_early_init_uart(void); /* Set up early UART output */ void board_init_uart_f(void); |