summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-08-08 10:31:08 -0700
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:18 +0200
commit0689a2ef19e991ee812bb09ca8058fad414b25f0 (patch)
treeb712978b5c2c07f6b7dabee55593bd728f1f5b3d /arch/arm/include/asm/arch-am33xx/mmc_host_def.h
parent036fd65a8c71f0dcc7edcbd12ba33b7d645b5677 (diff)
downloadtalos-obmc-uboot-0689a2ef19e991ee812bb09ca8058fad414b25f0.tar.gz
talos-obmc-uboot-0689a2ef19e991ee812bb09ca8058fad414b25f0.zip
am33xx: Correct MMC1, remove MMC2 support
- Correct the MMC1 base offset - Remove MMC2 (that area is reserved and not MMC2). - Add the real BOOT_DEVICE_MMC2 value Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/mmc_host_def.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/mmc_host_def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
index 26cc300e70..1f597c0eec 100644
--- a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
+++ b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
@@ -20,8 +20,7 @@
* OMAP HSMMC register definitions
*/
#define OMAP_HSMMC1_BASE 0x48060100
-#define OMAP_HSMMC2_BASE 0x481D8000
-#define OMAP_HSMMC3_BASE 0x47C24000
+#define OMAP_HSMMC2_BASE 0x481D8100
typedef struct hsmmc {
unsigned char res1[0x10];
OpenPOWER on IntegriCloud