blob: cea52b79e6abea305dcf1de3021a6b67201c710a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001Enabled dhcp client functionality for Yocto reference
2hardware MPC8315E-RDB.
3
4Upstream-Status: Pending
5
6Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
7
8diff --git a/configs/MPC8315ERDB_defconfig b/configs/MPC8315ERDB_defconfig
9index 4e2b705..b02ab1f 100644
10--- a/configs/MPC8315ERDB_defconfig
11+++ b/configs/MPC8315ERDB_defconfig
12@@ -9,6 +9,7 @@ CONFIG_HUSH_PARSER=y
13 CONFIG_CMD_I2C=y
14 CONFIG_CMD_USB=y
15 # CONFIG_CMD_SETEXPR is not set
16+CONFIG_CMD_DHCP=y
17 CONFIG_CMD_MII=y
18 CONFIG_CMD_PING=y
19 CONFIG_CMD_EXT2=y