summaryrefslogtreecommitdiff
path: root/configs/trats2_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-17 10:47:57 -0500
committerTom Rini <trini@konsulko.com>2023-11-22 19:53:39 -0500
commit6df4e7b50a139dbd4ebb24e15d84bb363d1b0fe0 (patch)
tree4006dc10c89e96f33a35582bebf72b2164acd49d /configs/trats2_defconfig
parent5a2070783d1a5ac315bde9aa78dc2547204fd81d (diff)
boards: Disable NET on platforms without NETDEVICES
None of these platforms enabled a networking devices, and disabled CMD_NET. Given that we used to gate network support on CMD_NET rather than NET, we disable CONFIG_NET on these platforms now. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/trats2_defconfig')
-rw-r--r--configs/trats2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/trats2_defconfig b/configs/trats2_defconfig
index 6c4909f12be..045c74f95ef 100644
--- a/configs/trats2_defconfig
+++ b/configs/trats2_defconfig
@@ -36,7 +36,6 @@ CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB_MASS_STORAGE=y
-# CONFIG_CMD_NET is not set
CONFIG_CMD_CACHE=y
# CONFIG_CMD_SLEEP is not set
CONFIG_CMD_EXT4_WRITE=y
@@ -44,6 +43,7 @@ CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+# CONFIG_NET is not set
CONFIG_DFU_MMC=y
CONFIG_SYS_DFU_DATA_BUF_SIZE=0x2000000
CONFIG_DM_I2C_GPIO=y