summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2021-01-11 13:24:46 -0600
committerLokesh Vutla <lokeshvutla@ti.com>2021-02-04 20:37:56 +0530
commitb228f0295db7389ee01a0561e4213d55fb6a9b9a (patch)
tree73ba35f58546dc01e0185f73125020bec05c07d2
parentf4e2c10a71207747c32ebbac85f28934227d1817 (diff)
downloadu-boot-b228f0295db7389ee01a0561e4213d55fb6a9b9a.tar.gz
u-boot-b228f0295db7389ee01a0561e4213d55fb6a9b9a.tar.xz
u-boot-b228f0295db7389ee01a0561e4213d55fb6a9b9a.zip
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>
-rw-r--r--configs/legoev3_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index fb0c4dc951..3dfbdf2b2e 100644
--- a/configs/legoev3_defconfig
+++ b/configs/legoev3_defconfig
@@ -21,13 +21,13 @@ CONFIG_CMD_MX_CYCLIC=y
CONFIG_CMD_MMC=y
CONFIG_CMD_SPI=y
# CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_NET is not set
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_DIAG=y
CONFIG_OF_CONTROL=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_VERSION_VARIABLE=y
+# CONFIG_NET is not set
CONFIG_DM=y
# CONFIG_DM_DEVICE_REMOVE is not set
CONFIG_SYS_I2C_DAVINCI=y
@@ -41,3 +41,4 @@ CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_DAVINCI_SPI=y
+CONFIG_REGEX=y