aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLokesh Vutla2013-09-04 00:26:51 -0500
committerLokesh Vutla2013-09-30 09:58:06 -0500
commit0d3856c9038828372dc6bcb97db2c1cfce7bc753 (patch)
treeb908733d85ba0fce83609e3d93fe44f683f62428
parent38a1143ce2e1765c3878b25f69fabb2e1f8a1dd9 (diff)
downloadsitara-epos-uboot-0d3856c9038828372dc6bcb97db2c1cfce7bc753.tar.gz
sitara-epos-uboot-0d3856c9038828372dc6bcb97db2c1cfce7bc753.tar.xz
sitara-epos-uboot-0d3856c9038828372dc6bcb97db2c1cfce7bc753.zip
ARM: AM43xx: Update Current Booting devices list
Current Booting devices list is different from that of AM33xx. Updating the same. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
-rw-r--r--arch/arm/include/asm/arch-am33xx/spl.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
index 95de9aa235..cc3e0c6c66 100644
--- a/arch/arm/include/asm/arch-am33xx/spl.h
+++ b/arch/arm/include/asm/arch-am33xx/spl.h
@@ -13,11 +13,17 @@
13#define BOOT_DEVICE_MMC1 6 13#define BOOT_DEVICE_MMC1 6
14#define BOOT_DEVICE_MMC2 5 14#define BOOT_DEVICE_MMC2 5
15#define BOOT_DEVICE_UART 0x43 15#define BOOT_DEVICE_UART 0x43
16#define BOOT_DEVICE_MMC2_2 0xFF 16#elif defined(CONFIG_AM43XX)
17#define BOOT_DEVICE_NOR 1
18#define BOOT_DEVICE_NAND 5
19#define BOOT_DEVICE_MMC1 7
20#define BOOT_DEVICE_MMC2 8
21#define BOOT_DEFINE_SPI 10
22#define BOOT_DEVICE_UART 65
17#else 23#else
18#define BOOT_DEVICE_XIP 2 24#define BOOT_DEVICE_XIP 2
19#define BOOT_DEVICE_NAND 5 25#define BOOT_DEVICE_NAND 5
20#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX) 26#if defined(CONFIG_AM33XX)
21#define BOOT_DEVICE_MMC1 8 27#define BOOT_DEVICE_MMC1 8
22#define BOOT_DEVICE_MMC2 9 /* eMMC or daughter card */ 28#define BOOT_DEVICE_MMC2 9 /* eMMC or daughter card */
23#elif defined(CONFIG_TI814X) 29#elif defined(CONFIG_TI814X)
@@ -28,8 +34,8 @@
28#define BOOT_DEVICE_UART 65 34#define BOOT_DEVICE_UART 65
29#define BOOT_DEVICE_USBETH 68 35#define BOOT_DEVICE_USBETH 68
30#define BOOT_DEVICE_CPGMAC 70 36#define BOOT_DEVICE_CPGMAC 70
31#define BOOT_DEVICE_MMC2_2 0xFF
32#endif 37#endif
38#define BOOT_DEVICE_MMC2_2 0xFF
33 39
34#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX) 40#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)
35#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1 41#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1