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)
commita0448e5c039070669319993b95425327b6e1d381
tree32e35a2f6751785fc46a93a061c1fc8852c60a50
parent03279b7d1f0b81f0d635718802352ce64bb01965
mx6ulz_14x14_evk: 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 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