summaryrefslogtreecommitdiffstats
path: root/board/avionic-design/common/tamonten.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/avionic-design/common/tamonten.c')
-rw-r--r--board/avionic-design/common/tamonten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/avionic-design/common/tamonten.c b/board/avionic-design/common/tamonten.c
index 610f188d1e..2c14462eb6 100644
--- a/board/avionic-design/common/tamonten.c
+++ b/board/avionic-design/common/tamonten.c
@@ -37,7 +37,7 @@
#include <asm/arch/uart.h>
#include <asm/arch/mmc.h>
-#ifdef CONFIG_TEGRA2_MMC
+#ifdef CONFIG_TEGRA_MMC
#include <mmc.h>
#endif
@@ -57,7 +57,7 @@ void gpio_early_init(void)
}
#endif
-#ifdef CONFIG_TEGRA2_MMC
+#ifdef CONFIG_TEGRA_MMC
/*
* Routine: pin_mux_mmc
* Description: setup the pin muxes/tristate values for the SDMMC(s)
OpenPOWER on IntegriCloud