diff options
| author | Tom Rini <trini@ti.com> | 2012-08-08 10:31:08 -0700 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:18 +0200 | 
| commit | 0689a2ef19e991ee812bb09ca8058fad414b25f0 (patch) | |
| tree | b712978b5c2c07f6b7dabee55593bd728f1f5b3d /arch/arm/include/asm/omap_common.h | |
| parent | 036fd65a8c71f0dcc7edcbd12ba33b7d645b5677 (diff) | |
| download | olio-uboot-2014.01-0689a2ef19e991ee812bb09ca8058fad414b25f0.tar.xz olio-uboot-2014.01-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/omap_common.h')
| -rw-r--r-- | arch/arm/include/asm/omap_common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index 4e95eee59..71ef9b077 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -67,7 +67,7 @@ void preloader_console_init(void);  #elif defined(CONFIG_AM33XX)	/* AM33XX */  #define BOOT_DEVICE_NAND	5  #define BOOT_DEVICE_MMC1	8 -#define BOOT_DEVICE_MMC2	0 +#define BOOT_DEVICE_MMC2	9 /* eMMC or daughter card */  #define BOOT_DEVICE_UART	65  #define BOOT_DEVICE_MMC2_2      0xFF  #endif |