
6 Aug
2015
6 Aug
'15
6:16 p.m.
Add USB peripheral boot device value for am43xx here.
Signed-off-by: Kishon Vijay Abraham I kishon@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