[U-Boot] [PATCH 1/3] powerpc: mpc8544ds: Enable DHCP command by default

York Sun york.sun at nxp.com
Wed Jun 7 17:20:20 UTC 2017


Signed-off-by: York Sun <york.sun at nxp.com>
---

 configs/MPC8544DS_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig
index d8aa8e7..df9f28c 100644
--- a/configs/MPC8544DS_defconfig
+++ b/configs/MPC8544DS_defconfig
@@ -7,6 +7,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
-- 
2.7.4



More information about the U-Boot mailing list