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)
commit59f6141362cc28e6c0638f16ef6cdb024231e13f
tree219787847a5e30e5410dd1432636e3ef70a9c90a
parentc1db6be55da2fd157118425cb95145c4e737a908
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>
configs/imx8mm_venice_defconfig
configs/imx8mn_venice_defconfig
configs/imx8mp_venice_defconfig