diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2012-06-01 08:22:14 +0000 |
---|---|---|
committer | Albert ARIBAUD (U-Boot) <uboot@lilith.(none)> | 2012-07-09 22:44:32 +0200 |
commit | 1e2d7859758499a25fa392deb5cfda95372d97ae (patch) | |
tree | 64d3579567bb3954f578a3988ff4d5dedf8d4313 /board/compal | |
parent | d70575b6d0d53492c0920b9a3d4479964909dc9b (diff) |
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>
Diffstat (limited to 'board/compal')
-rw-r--r-- | board/compal/paz00/paz00.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c index 0c09ce0a464..ec678746d37 100644 --- a/board/compal/paz00/paz00.c +++ b/board/compal/paz00/paz00.c @@ -20,7 +20,7 @@ #include <asm/arch/pinmux.h> #include <asm/arch/mmc.h> #include <asm/gpio.h> -#ifdef CONFIG_TEGRA2_MMC +#ifdef CONFIG_TEGRA_MMC #include <mmc.h> #endif @@ -32,7 +32,7 @@ void gpio_config_uart(void) { } -#ifdef CONFIG_TEGRA2_MMC +#ifdef CONFIG_TEGRA_MMC /* * Routine: pin_mux_mmc * Description: setup the pin muxes/tristate values for the SDMMC(s) |