summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-05-25 22:43:45 (GMT)
committerYork Sun <york.sun@nxp.com>2017-06-12 18:30:00 (GMT)
commit216b0d8cc9bc8ce9b05c7a1b38b0912614ec1b93 (patch)
treea42b46ae1db6d8b1505fafc269cd4c49a50187df /configs
parentc58635add8ca0c0ebdab6cc5e562de3fca739fce (diff)
downloadu-boot-216b0d8cc9bc8ce9b05c7a1b38b0912614ec1b93.tar.xz
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 <york.sun@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/MPC8536DS_36BIT_defconfig1
-rw-r--r--configs/MPC8536DS_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/MPC8536DS_36BIT_defconfig b/configs/MPC8536DS_36BIT_defconfig
index 6c3a044..7f29246 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
diff --git a/configs/MPC8536DS_defconfig b/configs/MPC8536DS_defconfig
index 589ad9e..36162e1 100644
--- a/configs/MPC8536DS_defconfig
+++ b/configs/MPC8536DS_defconfig
@@ -9,6 +9,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