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 /board/nvidia/common/board.c | |
| parent | b6379e15a70cc2e22486e5962927d9de374d877b (diff) | |
| download | olio-uboot-2014.01-9000652da0893af8a07f81622b3ef8de6c8725bb.tar.xz olio-uboot-2014.01-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/common/board.c')
| -rw-r--r-- | board/nvidia/common/board.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index 7d9f361a8..b6e656668 100644 --- a/board/nvidia/common/board.c +++ b/board/nvidia/common/board.c @@ -132,9 +132,6 @@ int board_init(void)  	clock_init();  	clock_verify(); -#ifdef CONFIG_SPI_UART_SWITCH -	gpio_config_uart(); -#endif  #if defined(CONFIG_TEGRA_SPI) || defined(CONFIG_TEGRA_SLINK)  	pin_mux_spi();  	spi_init(); |