summaryrefslogtreecommitdiff
path: root/configs/mx6ull_14x14_evk_nand_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-09-19 18:39:30 -0700
committerYe Li <ye.li@nxp.com>2018-09-20 02:35:57 -0700
commit9018cc2ba39d079625c6856347c787bb8642c270 (patch)
tree05df9bb43288a247a6225a8babdb9123974bed0f /configs/mx6ull_14x14_evk_nand_defconfig
parent4a5895bb208a51d505437dcbd7afdf81429cec9e (diff)
MLK-19625 mx6ulz_evk: Disable the FEC driver and support USB2NET dongle
Since the mx6ulz don't have FEC, it needs to use USB2NET dongle to connect network. We decouple the CONFIG_FEC_MXC with CONFIG_CMD_NET. For 6ull, all defconfigs need to enable the CONFIG_FEC_MXC explicitly. Another change is adding ${usb_net_cmd} environment for usb start command in netboot scripts on 6ulz. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx6ull_14x14_evk_nand_defconfig')
-rw-r--r--configs/mx6ull_14x14_evk_nand_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_nand_defconfig b/configs/mx6ull_14x14_evk_nand_defconfig
index 58c805c018..38f2dcf304 100644
--- a/configs/mx6ull_14x14_evk_nand_defconfig
+++ b/configs/mx6ull_14x14_evk_nand_defconfig
@@ -46,3 +46,4 @@ CONFIG_DM_SPI=y
CONFIG_DM_ETH=y
CONFIG_PHYLIB=y
CONFIG_PHY_MICREL=y
+CONFIG_FEC_MXC=y