aboutsummaryrefslogtreecommitdiff
path: root/configs/mx7ulp_evk_plugin_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-01-17 08:58:46 -0300
committerStefano Babic <sbabic@denx.de>2020-01-20 15:38:16 +0100
commitd7e5d97207392106426fe1b84e95533737f922cc (patch)
treeca87d31d5869cdb25f05d830d05f6d2a812640b9 /configs/mx7ulp_evk_plugin_defconfig
parent68b49056e6b0574d04cb6aa69f7fa7a070aa1d30 (diff)
downloadu-boot-d7e5d97207392106426fe1b84e95533737f922cc.zip
u-boot-d7e5d97207392106426fe1b84e95533737f922cc.tar.gz
u-boot-d7e5d97207392106426fe1b84e95533737f922cc.tar.bz2
mx7ulp_evk_plugin: Disable CONFIG_NET
Currently the following build warning is seen: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. =================================================== Since the mx7ulp-evk board does not have networking support, explicitly disable networking. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
-rw-r--r--configs/mx7ulp_evk_plugin_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig
index 1c37d6b..54ff93e 100644
--- a/configs/mx7ulp_evk_plugin_defconfig
+++ b/configs/mx7ulp_evk_plugin_defconfig
@@ -17,6 +17,7 @@ CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk"
CONFIG_ENV_IS_IN_MMC=y
+# CONFIG_NET is not set
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y
CONFIG_DM_GPIO=y