ARM: AM43xx: Fix BOOT_DEVICE_USB ID
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 13 Apr 2016 04:27:04 +0000 (09:57 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:44 +0000 (17:11 -0400)
commit 62c5674ea136a ("omap: SPL boot devices cleanup and completion")
cleans up the boot device ids for amx3xx soc. But mistakenly updates wrong
device IDs for AM43xx USB. Fixing the same here.

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

index 43401d0..f744ab0 100644 (file)
@@ -56,8 +56,9 @@
 #define BOOT_DEVICE_MMC1       0x07
 #define BOOT_DEVICE_MMC2       0x08
 #define BOOT_DEVICE_SPI                0x0A
+#define BOOT_DEVICE_USB                0x0D
 #define BOOT_DEVICE_UART       0x41
-#define BOOT_DEVICE_USB                0x45
+#define BOOT_DEVICE_USBETH     0x45
 #define BOOT_DEVICE_CPGMAC     0x47
 
 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1