diff options
| author | Tom Rini <trini@konsulko.com> | 2023-11-17 10:47:57 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-11-22 19:53:39 -0500 |
| commit | 6df4e7b50a139dbd4ebb24e15d84bb363d1b0fe0 (patch) | |
| tree | 4006dc10c89e96f33a35582bebf72b2164acd49d /configs/imx6q_bosch_acc_defconfig | |
| parent | 5a2070783d1a5ac315bde9aa78dc2547204fd81d (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/imx6q_bosch_acc_defconfig')
| -rw-r--r-- | configs/imx6q_bosch_acc_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/imx6q_bosch_acc_defconfig b/configs/imx6q_bosch_acc_defconfig index 05bab034e0f..6abb7954ba2 100644 --- a/configs/imx6q_bosch_acc_defconfig +++ b/configs/imx6q_bosch_acc_defconfig @@ -63,7 +63,6 @@ CONFIG_CMD_PART=y # CONFIG_CMD_ITEST is not set # CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_NET is not set # CONFIG_CMD_BLOCK_CACHE is not set # CONFIG_CMD_SLEEP is not set # CONFIG_CMD_MP is not set @@ -82,7 +81,7 @@ CONFIG_SYS_MMC_ENV_PART=1 CONFIG_ENV_WRITEABLE_LIST=y CONFIG_ENV_ACCESS_IGNORE_FORCE=y CONFIG_VERSION_VARIABLE=y -CONFIG_TFTP_BLOCKSIZE=512 +# CONFIG_NET is not set CONFIG_SPL_DM=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_BOOTCOUNT=y |
