diff options
author | Tom Warren | 2012-05-22 11:44:48 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-07-07 14:07:20 +0200 |
commit | 3f82d89d3de76acf86279815a7752f7c04d043a2 (patch) | |
tree | 2f91dfca67c23e9d371f69348b13b274ddb08838 /board/nvidia/seaboard | |
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 'board/nvidia/seaboard')
-rw-r--r-- | board/nvidia/seaboard/seaboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/nvidia/seaboard/seaboard.c b/board/nvidia/seaboard/seaboard.c index 94efb1e83d5..36039c4ed86 100644 --- a/board/nvidia/seaboard/seaboard.c +++ b/board/nvidia/seaboard/seaboard.c @@ -29,7 +29,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 @@ -54,7 +54,7 @@ void gpio_config_uart(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) |