diff mbox

[U-Boot,19/21] spl: Fix USB boot device values for am43xx

Message ID 1438877771-23513-20-git-send-email-kishon@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Kishon Vijay Abraham I Aug. 6, 2015, 4:16 p.m. UTC
commit 62c5674ea136 ("omap: SPL boot devices cleanup and completion")
while doing the cleanups changed the value of BOOT_DEVICE_USB from
13 to 0x45. Fix it here.

Fixes: commit <62c5674ea136a> ("omap: SPL boot devices cleanup and
completion").

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

Patch

diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
index 4ed8597..f8fdace 100644
--- a/arch/arm/include/asm/arch-am33xx/spl.h
+++ b/arch/arm/include/asm/arch-am33xx/spl.h
@@ -56,8 +56,8 @@ 
 #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_CPGMAC	0x47
 
 #define MMC_BOOT_DEVICES_START	BOOT_DEVICE_MMC1