[U-Boot] [PATCH 20/21] spl: Add USB peripheral boot device value for am43xx

Kishon Vijay Abraham I kishon at ti.com
Thu Aug 6 18:16:10 CEST 2015


Add USB peripheral boot device value for am43xx here.

Signed-off-by: Kishon Vijay Abraham I <kishon at ti.com>
---
 arch/arm/include/asm/arch-am33xx/spl.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
index f8fdace..edf589e 100644
--- a/arch/arm/include/asm/arch-am33xx/spl.h
+++ b/arch/arm/include/asm/arch-am33xx/spl.h
@@ -58,6 +58,7 @@
 #define BOOT_DEVICE_SPI		0x0A
 #define BOOT_DEVICE_USB		0x0D
 #define BOOT_DEVICE_UART	0x41
+#define BOOT_DEVICE_USBETH	0x45
 #define BOOT_DEVICE_CPGMAC	0x47
 
 #define MMC_BOOT_DEVICES_START	BOOT_DEVICE_MMC1
-- 
1.7.9.5



More information about the U-Boot mailing list