aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-11-04 08:52:19 -0700
committerStefano Babic <sbabic@denx.de>2022-11-08 17:35:00 +0100
commit4a71b9c286c3e1c2a6e57984409cb50db4f25934 (patch)
treeb70e7c021b9bbfd02f320d9792e1506784612410 /configs
parent765f6f1895608031d1ef6c017dff3b2f24192827 (diff)
downloadu-boot-4a71b9c286c3e1c2a6e57984409cb50db4f25934.zip
u-boot-4a71b9c286c3e1c2a6e57984409cb50db4f25934.tar.gz
u-boot-4a71b9c286c3e1c2a6e57984409cb50db4f25934.tar.bz2
configs: imx8m{m,n,p}_venice: disable autoload
disable network autoload Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mm_venice_defconfig1
-rw-r--r--configs/imx8mn_venice_defconfig1
-rw-r--r--configs/imx8mp_venice_defconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig
index 5652e1b..06775b3 100644
--- a/configs/imx8mm_venice_defconfig
+++ b/configs/imx8mm_venice_defconfig
@@ -61,6 +61,7 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
+CONFIG_SYS_DISABLE_AUTOLOAD=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_UUID=y
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index e7b2b5c..6c31a33 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -64,6 +64,7 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
+CONFIG_SYS_DISABLE_AUTOLOAD=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_UUID=y
diff --git a/configs/imx8mp_venice_defconfig b/configs/imx8mp_venice_defconfig
index 5c0ea11..5a4abbd 100644
--- a/configs/imx8mp_venice_defconfig
+++ b/configs/imx8mp_venice_defconfig
@@ -63,6 +63,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
+CONFIG_SYS_DISABLE_AUTOLOAD=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_UUID=y