]> git.baikalelectronics.ru Git - uboot.git/commit
imx8m*_venice_defconfig: fix default bootcmd
authorTim Harvey <tharvey@gateworks.com>
Thu, 8 Sep 2022 16:11:13 +0000 (09:11 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 19 Sep 2022 12:53:50 +0000 (08:53 -0400)
commitfe28ed09e6d90e48b4cfec70bd4dcd975063efed
tree219787847a5e30e5410dd1432636e3ef70a9c90a
parent55086c7e1d73423414b083cc5995243af14e8b0b
imx8m*_venice_defconfig: fix default bootcmd

commit d56fb937d7a8 ("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 d56fb937d7a8 ("Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
configs/imx8mm_venice_defconfig
configs/imx8mn_venice_defconfig
configs/imx8mp_venice_defconfig