arm: mach-k3: j721e: Rename BOOT_DEVICE_USB to BOOT_DEVICE_DFU
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 27 Jan 2020 12:29:23 +0000 (17:59 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 4 Feb 2020 03:37:24 +0000 (09:07 +0530)
J721e does not support USB Host MSC boot, but only supports DFU boot.
Since BOOT_DEVICE_USB is often used for host boot mode and
BOOT_DEVICE_DFU is used for DFU boot, rename BOOT_DEVICE_USB macro to
BOOT_DEVICE_DFU

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-k3/include/mach/j721e_spl.h

index 2b52faf9443b852b1cbb72ef44a40291eae84c04..475278bd041a752da2629e49409fd6f137ba83cc 100644 (file)
@@ -18,7 +18,7 @@
 /* With BootMode B = 1 */
 #define BOOT_DEVICE_MMC2               0x10
 #define BOOT_DEVICE_MMC1               0x11
-#define BOOT_DEVICE_USB                        0x12
+#define BOOT_DEVICE_DFU                        0x12
 #define BOOT_DEVICE_UFS                        0x13
 #define BOOT_DEVIE_GPMC                        0x14
 #define BOOT_DEVICE_PCIE               0x15