All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] configs: ls1088ardb: Add support for usb boot target
@ 2020-05-15  7:18 Era Tiwari 
  0 siblings, 0 replies; 2+ messages in thread
From: Era Tiwari  @ 2020-05-15  7:18 UTC (permalink / raw)
  To: u-boot

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2] configs: ls1088ardb: Add support for usb boot target
@ 2020-05-15 12:24 Era Tiwari
  0 siblings, 0 replies; 2+ messages in thread
From: Era Tiwari @ 2020-05-15 12:24 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-15 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  7:18 [PATCH v2] configs: ls1088ardb: Add support for usb boot target Era Tiwari 
2020-05-15 12:24 Era Tiwari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.