diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2012-05-22 11:44:48 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:20 +0200 |
commit | 3f82d89d3de76acf86279815a7752f7c04d043a2 (patch) | |
tree | 2f91dfca67c23e9d371f69348b13b274ddb08838 /include/configs/plutux.h | |
parent | edffa63d3d6e76991998789f9fcbaa483731ca65 (diff) |
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 'include/configs/plutux.h')
-rw-r--r-- | include/configs/plutux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 18882762368..e73be0bf929 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -45,7 +45,7 @@ /* SD/MMC */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC #define CONFIG_CMD_MMC #define CONFIG_DOS_PARTITION |