aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-09-14 19:22:09 +0200
committerMarek Vasut <marex@denx.de>2019-09-14 21:28:55 +0200
commitb32882dadbcbef9e11fd0f0efea0c2b622cae019 (patch)
tree49fecbb9496170fd3cba2cb8d326fd072db130ae /configs
parenta12c90a28ddecac23ff09d8564c10dc9d9df7e46 (diff)
downloadu-boot-b32882dadbcbef9e11fd0f0efea0c2b622cae019.zip
u-boot-b32882dadbcbef9e11fd0f0efea0c2b622cae019.tar.gz
u-boot-b32882dadbcbef9e11fd0f0efea0c2b622cae019.tar.bz2
sh: r2dplus: Enable DHCP command
Enable the "dhcp" command as a minor convenience. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/r2dplus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig
index b2334af..e10ac93 100644
--- a/configs/r2dplus_defconfig
+++ b/configs/r2dplus_defconfig
@@ -12,6 +12,7 @@ CONFIG_CMD_DM=y
CONFIG_CMD_IDE=y
CONFIG_CMD_PCI=y
# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y