]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: AM43xx: Update Current Booting devices list
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 10 Dec 2013 09:32:18 +0000 (15:02 +0530)
committerTom Rini <trini@ti.com>
Thu, 19 Dec 2013 02:14:01 +0000 (21:14 -0500)
Current Booting devices list is different from that of AM33xx.
Updating the same.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/include/asm/arch-am33xx/spl.h

index 95de9aa23541ab6c7953098bbeea4ede37fbb3dd..5cd1e95257a87441359ed421e71fd0f8888149ba 100644 (file)
 #define BOOT_DEVICE_MMC1       6
 #define BOOT_DEVICE_MMC2       5
 #define BOOT_DEVICE_UART       0x43
-#define BOOT_DEVICE_MMC2_2     0xFF
+#elif defined(CONFIG_AM43XX)
+#define BOOT_DEVICE_NOR                1
+#define BOOT_DEVICE_NAND       5
+#define BOOT_DEVICE_MMC1       7
+#define BOOT_DEVICE_MMC2       8
+#define BOOT_DEVICE_SPI                10
+#define BOOT_DEVICE_UART       65
+#define BOOT_DEVICE_CPGMAC     71
 #else
 #define BOOT_DEVICE_XIP        2
 #define BOOT_DEVICE_NAND       5
-#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)
+#if defined(CONFIG_AM33XX)
 #define BOOT_DEVICE_MMC1       8
 #define BOOT_DEVICE_MMC2       9       /* eMMC or daughter card */
 #elif defined(CONFIG_TI814X)
@@ -28,8 +35,8 @@
 #define BOOT_DEVICE_UART       65
 #define BOOT_DEVICE_USBETH     68
 #define BOOT_DEVICE_CPGMAC     70
-#define BOOT_DEVICE_MMC2_2      0xFF
 #endif
+#define BOOT_DEVICE_MMC2_2      0xFF
 
 #if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)
 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1