summaryrefslogtreecommitdiff
path: root/configs/mx7ulp_evk_defconfig
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@nxp.com>2016-11-16 14:07:53 +0800
committerYe Li <ye.li@nxp.com>2018-04-27 02:30:53 -0700
commitc82f3bef0aa0cba4937eb6c39501e446dca01746 (patch)
tree5e9a10acc47f952729c92d91f7669a7d4e2adb85 /configs/mx7ulp_evk_defconfig
parentb7bb615158936fc4b819ed632ee0b207f3316394 (diff)
MLK-13547 configs: mx7ulp_evk: enable ethernet boot support
Since we can use USB ethernet instead of local ethernet, add ethernet support for it. To use USB ethernet function at u-boot, just plug in Micro-AB cable at USBOTG1 port with USB2Ethernet adapter connected. Signed-off-by: Peter Chen <peter.chen@nxp.com> (cherry picked from commit 60ffddf87cf6b8502c5d5fc6540364adfd66ebb3) Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 63c2e1de37e1e24f35279f50efa5a330e2cb3d07)
Diffstat (limited to 'configs/mx7ulp_evk_defconfig')
-rw-r--r--configs/mx7ulp_evk_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig
index ec901c0c28..b34dd7a60b 100644
--- a/configs/mx7ulp_evk_defconfig
+++ b/configs/mx7ulp_evk_defconfig
@@ -10,6 +10,8 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_FAT=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_DHCP=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_DM=y