[PATCH v2] configs: ls1088ardb: Add support for usb boot target

15 May
2020
15 May
'20
2:24 p.m.
From: Era Tiwari era.tiwari@nxp.com
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.tiwari@nxp.com Signed-off-by: Pramod Kumar pramod.kumar_1@nxp.com --- Changes in v2: - incorporate review comments
include/configs/ls1088ardb.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index dec1ff9..8171129 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -546,6 +546,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
1825
Age (days ago)
1825
Last active (days ago)
0 comments
1 participants
participants (1)
-
Era Tiwari