diff mbox series

mx7ulp_evk_plugin: Disable CONFIG_NET

Message ID 20200117115846.7091-1-festevam@gmail.com
State Accepted
Commit d7e5d97207392106426fe1b84e95533737f922cc
Delegated to: Stefano Babic
Headers show
Series mx7ulp_evk_plugin: Disable CONFIG_NET | expand

Commit Message

Fabio Estevam Jan. 17, 2020, 11:58 a.m. UTC
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>
---
 configs/mx7ulp_evk_plugin_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Jan. 20, 2020, 8:18 p.m. UTC | #1
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig
index 1c37d6bc02..54ff93ea5e 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