aboutsummaryrefslogtreecommitdiff
path: root/board/nvidia/whistler/whistler.c
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2012-05-22 11:44:48 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:20 +0200
commit3f82d89d3de76acf86279815a7752f7c04d043a2 (patch)
tree2f91dfca67c23e9d371f69348b13b274ddb08838 /board/nvidia/whistler/whistler.c
parentedffa63d3d6e76991998789f9fcbaa483731ca65 (diff)
downloadu-boot-3f82d89d3de76acf86279815a7752f7c04d043a2.zip
u-boot-3f82d89d3de76acf86279815a7752f7c04d043a2.tar.gz
u-boot-3f82d89d3de76acf86279815a7752f7c04d043a2.tar.bz2
mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*
In anticipation of Tegra3 support, continue removing/renaming Tegra2-specific files. No functional changes (yet). Updated copyrights to 2012. Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/whistler/whistler.c')
-rw-r--r--board/nvidia/whistler/whistler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/whistler/whistler.c b/board/nvidia/whistler/whistler.c
index 1c2f33f..3ec24df 100644
--- a/board/nvidia/whistler/whistler.c
+++ b/board/nvidia/whistler/whistler.c
@@ -30,7 +30,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