From: Marek Vasut Date: Sat, 14 Sep 2019 17:22:09 +0000 (+0200) Subject: sh: r2dplus: Enable DHCP command X-Git-Tag: v2019.10-rc4~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b32882dadbcbef9e11fd0f0efea0c2b622cae019;p=platform%2Fkernel%2Fu-boot.git sh: r2dplus: Enable DHCP command Enable the "dhcp" command as a minor convenience. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- 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