Skip to content
Snippets Groups Projects
Commit 1e2d7859 authored by Tom Warren's avatar Tom Warren Committed by Albert ARIBAUD (U-Boot)
Browse files

tegra: fix leftover CONFIG_TEGRA2_MMC & _SPI build switches


Missed some boards after my tegra2_mmc.* -> tegra_mmc.* change, and
one instance of CONFIG_TEGRA2_SPI. MAKEALL -s tegra2 AOK, Seaboard MMC
AOK. Didn't test Tamonten, Paz00 or TrimSlice, as I have none here.

Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent d70575b6
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <asm/arch/uart.h> #include <asm/arch/uart.h>
#include <asm/arch/mmc.h> #include <asm/arch/mmc.h>
#ifdef CONFIG_TEGRA2_MMC #ifdef CONFIG_TEGRA_MMC
#include <mmc.h> #include <mmc.h>
#endif #endif
...@@ -57,7 +57,7 @@ void gpio_early_init(void) ...@@ -57,7 +57,7 @@ void gpio_early_init(void)
} }
#endif #endif
#ifdef CONFIG_TEGRA2_MMC #ifdef CONFIG_TEGRA_MMC
/* /*
* Routine: pin_mux_mmc * Routine: pin_mux_mmc
* Description: setup the pin muxes/tristate values for the SDMMC(s) * Description: setup the pin muxes/tristate values for the SDMMC(s)
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <asm/arch/pinmux.h> #include <asm/arch/pinmux.h>
#include <asm/arch/mmc.h> #include <asm/arch/mmc.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#ifdef CONFIG_TEGRA2_MMC #ifdef CONFIG_TEGRA_MMC
#include <mmc.h> #include <mmc.h>
#endif #endif
...@@ -32,7 +32,7 @@ void gpio_config_uart(void) ...@@ -32,7 +32,7 @@ void gpio_config_uart(void)
{ {
} }
#ifdef CONFIG_TEGRA2_MMC #ifdef CONFIG_TEGRA_MMC
/* /*
* Routine: pin_mux_mmc * Routine: pin_mux_mmc
* Description: setup the pin muxes/tristate values for the SDMMC(s) * Description: setup the pin muxes/tristate values for the SDMMC(s)
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <asm/arch/pinmux.h> #include <asm/arch/pinmux.h>
#include <asm/arch/mmc.h> #include <asm/arch/mmc.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#ifdef CONFIG_TEGRA2_MMC #ifdef CONFIG_TEGRA_MMC
#include <mmc.h> #include <mmc.h>
#endif #endif
......
...@@ -94,7 +94,7 @@ int board_init(void) ...@@ -94,7 +94,7 @@ int board_init(void)
#ifdef CONFIG_SPI_UART_SWITCH #ifdef CONFIG_SPI_UART_SWITCH
gpio_config_uart(); gpio_config_uart();
#endif #endif
#ifdef CONFIG_TEGRA2_SPI #ifdef CONFIG_TEGRA_SPI
spi_init(); spi_init();
#endif #endif
/* boot param addr */ /* boot param addr */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment