]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: legoev3: disable CONFIG_NET
authorDavid Lechner <david@lechnology.com>
Mon, 11 Jan 2021 19:24:46 +0000 (13:24 -0600)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:56 +0000 (20:37 +0530)
commitb228f0295db7389ee01a0561e4213d55fb6a9b9a
tree73ba35f58546dc01e0185f73125020bec05c07d2
parentf4e2c10a71207747c32ebbac85f28934227d1817
configs: legoev3: disable CONFIG_NET

This disables the CONFIG_NET setting for LEGO MINDSTORMS EV3. This board
does not have any built-in networking, so it does not make sense to
enable this feature.

This also fixes the warning:

===================== 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.
====================================================

Signed-off-by: David Lechner <david@lechnology.com>
configs/legoev3_defconfig