]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: evb-rk3339: Enable DHCP
authorSimon Glass <sjg@chromium.org>
Wed, 11 Jan 2017 10:46:13 +0000 (11:46 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 12 Jan 2017 03:24:19 +0000 (20:24 -0700)
This is the only RK3399 device without DHCP. Enable it so that we
can use a common BOOT_TARGET_DEVICES setting. It is likely useful to be
able to use USB networking, at least. Full networking can be enabled when
a suitable platform needs it.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/evb-rk3399_defconfig

index 6988bcb8663b228c4a489a407a29a6506419eab6..02d91a75612505286c6a3e0de590c6d597114a26 100644 (file)
@@ -11,6 +11,9 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 # CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
 CONFIG_CMD_TIME=y
 CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y