|
@@ -38,6 +38,11 @@
|
|
#define BOOT_DEVICE_CPGMAC 70
|
|
#define BOOT_DEVICE_CPGMAC 70
|
|
#define BOOT_DEVICE_MMC2_2 0xFF
|
|
#define BOOT_DEVICE_MMC2_2 0xFF
|
|
|
|
|
|
|
|
+#ifdef CONFIG_AM33XX
|
|
#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1
|
|
#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1
|
|
#define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
|
|
#define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
|
|
|
|
+#elif defined(CONFIG_TI814X)
|
|
|
|
+#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
|
|
|
|
+#define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC1
|
|
|
|
+#endif
|
|
#endif
|
|
#endif
|