LS1088A-RDB has MMC, SCSI, DHCP as boot targets,
but the USB support was missing.
Add support for USB as Boot_targets_devices.

Signed-off-by: Era Tiwari  <era.tiw...@nxp.com>
Signed-off-by: Pramod Kumar <pramod.kuma...@nxp.com>
---
 include/configs/ls1088ardb.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index 6a08e21..815449f 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -533,6 +533,7 @@
 
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0) \
+       func(USB, usb, 0) \
        func(SCSI, scsi, 0) \
        func(DHCP, dhcp, na)
 #include <config_distro_bootcmd.h>
-- 
2.7.4

Reply via email to