summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2011-10-27 12:55:25 -0700
committerGerrit <chrome-bot@google.com>2011-10-28 10:38:27 -0700
commit186e1be5e2555ff51d496ad7a179b5988ae6be9a (patch)
tree6e8df7c09b4b333e9577517e05751f2f62580443 /include
parente175c4a364801ffc3cd5a1012d920cb2beb6bd6b (diff)
mmc: tegra: Rename tegra2_mmc to tegra_mmc in prep for tegra3
BUG=chromium-os:21540 TEST=Built u-boot and booted u-boot on tegra2_kaen Change-Id: Id6f11512ea1a95bd57b600601b488ae20b34db2d Signed-off-by: Doug Anderson <dianders@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/10808 Reviewed-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/seaboard.h2
-rw-r--r--include/fdt_decode.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index b8f7baa31bc..4805fa07a21 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -228,7 +228,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
diff --git a/include/fdt_decode.h b/include/fdt_decode.h
index 8e522653bca..e787b902bf4 100644
--- a/include/fdt_decode.h
+++ b/include/fdt_decode.h
@@ -196,7 +196,7 @@ struct fdt_usb {
/* Information about an SDMMC port */
struct fdt_sdmmc {
- struct tegra2_mmc *reg; /* address of registers in physical memory */
+ struct tegra_mmc *reg; /* address of registers in physical memory */
int width; /* port width in bits (normally 4) */
int removable; /* 1 for removable device, 0 for fixed */
int enabled; /* 1 to enable, 0 to disable */