From 1e2d7859758499a25fa392deb5cfda95372d97ae Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Fri, 1 Jun 2012 08:22:14 +0000 Subject: 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 Acked-by: Stephen Warren --- board/compal/paz00/paz00.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/compal') diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c index 0c09ce0..ec67874 100644 --- a/board/compal/paz00/paz00.c +++ b/board/compal/paz00/paz00.c @@ -20,7 +20,7 @@ #include #include #include -#ifdef CONFIG_TEGRA2_MMC +#ifdef CONFIG_TEGRA_MMC #include #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) -- cgit v1.1