]> git.sur5r.net Git - u-boot/commitdiff
rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets
authorEddie Cai <eddie.cai.linux@gmail.com>
Sat, 1 Apr 2017 06:46:52 +0000 (14:46 +0800)
committerSimon 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

index 52285281411c1a8e3614911bfad980a804239c7a..402ae2def22a8454b71422fd0eb223e46a4faf54 100644 (file)
 #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