From 216b0d8cc9bc8ce9b05c7a1b38b0912614ec1b93 Mon Sep 17 00:00:00 2001 From: York Sun Date: Thu, 25 May 2017 15:43:45 -0700 Subject: powerpc: mpc8536ds: Enable DHCP command by default Enable DHCP command to make TFTP easier. Users don't have to use static IP address. Signed-off-by: York Sun --- configs/MPC8536DS_36BIT_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/MPC8536DS_36BIT_defconfig') diff --git a/configs/MPC8536DS_36BIT_defconfig b/configs/MPC8536DS_36BIT_defconfig index 6c3a044e61..7f29246bfc 100644 --- a/configs/MPC8536DS_36BIT_defconfig +++ b/configs/MPC8536DS_36BIT_defconfig @@ -10,6 +10,7 @@ CONFIG_BOOTDELAY=10 # CONFIG_CONSOLE_MUX is not set CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y +CONFIG_CMD_DHCP=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_I2C=y -- cgit v1.2.3