Commit 1e2d7859758499a25fa392deb5cfda95372d97ae

Authored by Tom Warren
Committed by Albert ARIBAUD (U-Boot)
1 parent d70575b6d0

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: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>

Showing 4 changed files with 6 additions and 6 deletions Side-by-side Diff

board/avionic-design/common/tamonten.c
... ... @@ -37,7 +37,7 @@
37 37 #include <asm/arch/uart.h>
38 38 #include <asm/arch/mmc.h>
39 39  
40   -#ifdef CONFIG_TEGRA2_MMC
  40 +#ifdef CONFIG_TEGRA_MMC
41 41 #include <mmc.h>
42 42 #endif
43 43  
... ... @@ -57,7 +57,7 @@
57 57 }
58 58 #endif
59 59  
60   -#ifdef CONFIG_TEGRA2_MMC
  60 +#ifdef CONFIG_TEGRA_MMC
61 61 /*
62 62 * Routine: pin_mux_mmc
63 63 * Description: setup the pin muxes/tristate values for the SDMMC(s)
board/compal/paz00/paz00.c
... ... @@ -20,7 +20,7 @@
20 20 #include <asm/arch/pinmux.h>
21 21 #include <asm/arch/mmc.h>
22 22 #include <asm/gpio.h>
23   -#ifdef CONFIG_TEGRA2_MMC
  23 +#ifdef CONFIG_TEGRA_MMC
24 24 #include <mmc.h>
25 25 #endif
26 26  
... ... @@ -32,7 +32,7 @@
32 32 {
33 33 }
34 34  
35   -#ifdef CONFIG_TEGRA2_MMC
  35 +#ifdef CONFIG_TEGRA_MMC
36 36 /*
37 37 * Routine: pin_mux_mmc
38 38 * Description: setup the pin muxes/tristate values for the SDMMC(s)
board/compulab/trimslice/trimslice.c
... ... @@ -30,7 +30,7 @@
30 30 #include <asm/arch/pinmux.h>
31 31 #include <asm/arch/mmc.h>
32 32 #include <asm/gpio.h>
33   -#ifdef CONFIG_TEGRA2_MMC
  33 +#ifdef CONFIG_TEGRA_MMC
34 34 #include <mmc.h>
35 35 #endif
36 36  
board/nvidia/common/board.c
... ... @@ -94,7 +94,7 @@
94 94 #ifdef CONFIG_SPI_UART_SWITCH
95 95 gpio_config_uart();
96 96 #endif
97   -#ifdef CONFIG_TEGRA2_SPI
  97 +#ifdef CONFIG_TEGRA_SPI
98 98 spi_init();
99 99 #endif
100 100 /* boot param addr */