mx6ulz_14x14_evk: Disable CONFIG_NET
authorFabio Estevam <festevam@gmail.com>
Mon, 3 Feb 2020 17:46:22 +0000 (14:46 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 17 Apr 2020 16:56:06 +0000 (18:56 +0200)
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 mx6ulz-evk board does not have networking support, explicitly
disable networking to avoid the board removal.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
configs/mx6ulz_14x14_evk_defconfig

index b854c36c77a05c63298680c38e0c982c436a6d83..92d73a85c89a2e3576df0a9576c59bebb779d2ea 100644 (file)
@@ -29,6 +29,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx6ulz-14x14-evk"
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+# CONFIG_NET is not set
 CONFIG_DM_74X164=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y