summaryrefslogtreecommitdiff
path: root/configs/imx8mp_venice_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-09-08 19:11:13 +0300
committerTom Rini <trini@konsulko.com>2022-09-19 15:53:50 +0300
commit59f6141362cc28e6c0638f16ef6cdb024231e13f (patch)
tree219787847a5e30e5410dd1432636e3ef70a9c90a /configs/imx8mp_venice_defconfig
parentc1db6be55da2fd157118425cb95145c4e737a908 (diff)
downloadu-boot-59f6141362cc28e6c0638f16ef6cdb024231e13f.tar.xz
imx8m*_venice_defconfig: fix default bootcmd
commit 970bf8603b87 ("Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig") had an unintended side effect of resulting in a bootcmd env var change for boards like venice that did not have CONFIG_USE_BOOTCOMMAND defined and relied on it being defaulted in include/config_distro_bootcmd.h. Following that patch it instead got defaulted in tools/env/fw_env_private.h Fix this by enabling CONFIG_USE_BOOTCOMMAND for venice. Fixes: commit 970bf8603b87 ("Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig") Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/imx8mp_venice_defconfig')
-rw-r--r--configs/imx8mp_venice_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mp_venice_defconfig b/configs/imx8mp_venice_defconfig
index ded9b7ffec..f3f98aa536 100644
--- a/configs/imx8mp_venice_defconfig
+++ b/configs/imx8mp_venice_defconfig
@@ -29,7 +29,6 @@ CONFIG_SPL_LOAD_FIT=y
# CONFIG_USE_SPL_FIT_GENERATOR is not set
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_SYSTEM_SETUP=y
-# CONFIG_USE_BOOTCOMMAND is not set
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="gsc wd-disable"
CONFIG_BOARD_LATE_INIT=y