diff options
author | York Sun | 2017-06-07 10:12:20 -0700 |
---|---|---|
committer | York Sun | 2017-06-12 12:18:37 -0700 |
commit | bd44dded02c019f9394fde243c284d39db33146d (patch) | |
tree | 130181520524ce6953e1e836aff2280cc8579e11 | |
parent | 95393bf077f5a0a5040bb21c76ed7b2c9ea94f00 (diff) |
powerpc: mpc8544ds: Enable DHCP command by default
Signed-off-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | configs/MPC8544DS_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig index 1798622e340..4e2b8e62116 100644 --- a/configs/MPC8544DS_defconfig +++ b/configs/MPC8544DS_defconfig @@ -8,6 +8,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_BOOTDELAY=10 # CONFIG_CONSOLE_MUX is not set CONFIG_HUSH_PARSER=y +CONFIG_CMD_DHCP=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y CONFIG_CMD_MII=y |