All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  rockchip: Add USB to the default boot targets
@ 2017-04-01  6:49 Eddie Cai
  2017-04-06  3:44 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Eddie Cai @ 2017-04-01  6:49 UTC (permalink / raw)
  To: u-boot

Now that most rockchip SoC based board have usb host support, enable
USB boot targets by default.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
---
 include/configs/rockchip-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index fd930c1..41967dd 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -15,6 +15,7 @@
 #define BOOT_TARGET_DEVICES(func) \
 	func(MMC, mmc, 0) \
 	func(MMC, mmc, 1) \
+	func(USB, usb, 0) \
 	func(PXE, pxe, na) \
 	func(DHCP, dchp, na)
 
-- 
2.10.2

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

end of thread, other threads:[~2017-04-14 10:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-01  6:49 [U-Boot] rockchip: Add USB to the default boot targets Eddie Cai
2017-04-06  3:44 ` Simon Glass
2017-04-14 10:15   ` Simon Glass

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.