projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35d1b6d
)
rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets
author
Eddie Cai
<eddie.cai.linux@gmail.com>
Sat, 1 Apr 2017 06:46:52 +0000
(14:46 +0800)
committer
Simon Glass
<sjg@chromium.org>
Sat, 15 Apr 2017 16:13:17 +0000
(10:13 -0600)
tinker board support ethernet and usb host, so enable USB, PXE and DHCP support.
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/configs/tinker_rk3288.h
patch
|
blob
|
history
diff --git
a/include/configs/tinker_rk3288.h
b/include/configs/tinker_rk3288.h
index 52285281411c1a8e3614911bfad980a804239c7a..402ae2def22a8454b71422fd0eb223e46a4faf54 100644
(file)
--- a/
include/configs/tinker_rk3288.h
+++ b/
include/configs/tinker_rk3288.h
@@
-13,7
+13,10
@@
#undef BOOT_TARGET_DEVICES
#define BOOT_TARGET_DEVICES(func) \
- func(MMC, mmc, 1)
+ func(MMC, mmc, 1) \
+ func(USB, usb, 0) \
+ func(PXE, pxe, na) \
+ func(DHCP, dchp, na)
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1