]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
changed BOOT_DEVICE_MMC2 to 9 according to TI BSP for AM335xEVM
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 1 Aug 2012 10:43:32 +0000 (12:43 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 1 Aug 2012 10:43:32 +0000 (12:43 +0200)
arch/arm/include/asm/omap_common.h

index 459b6b16e24e1902055f103748d810b68c097e03..d36e9c869bdf5b4cb9a3105403cbb15208689f4a 100644 (file)
@@ -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