Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig
authorTomas Peterka <atheiste@seznam.cz>
Fri, 31 Jan 2025 10:08:44 +0000 (11:08 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 14 Feb 2025 16:19:24 +0000 (10:19 -0600)
commit940135eea5df45ac8101af3c3af2aa54762d9747
treecb00ba73c766be630b22a46ea3a9aad204a889af
parentf60d1163c1fe2dd409ba1af9368715c9237e567d
Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

Add CONFIG_BOOTCOUNT_ALTBOOTCMD so the developer is able to add
custom altbootcmd via Kconfig when they enable BOOTCOUNT. With this now
in Kconfig, we need to move it from environment files / config.h files
and in to the defconfig file.

This was done by generating u-boot-initial-env for all platforms before
the Kconfig change, to extract altbootcmd values and then again after to
compare the result.

[trini: Perform migration to defconfigs, reword commit message]
Signed-off-by: Tom Rini <trini@konsulko.com>
66 files changed:
board/comvetia/lxr2/lxr2.env
board/keymile/scripts/develop-common.txt
board/keymile/scripts/ramfs-common.txt
board/keymile/secu1/socfpga_secu.env
board/storopack/smegw01/smegw01.env
configs/am335x_guardian_defconfig
configs/bk4r1_defconfig
configs/brppt2_defconfig
configs/capricorn_cxg3_defconfig
configs/display5_defconfig
configs/draco-etamin_defconfig
configs/draco-rastaban_defconfig
configs/draco-thuban_defconfig
configs/ge_b1x5v2_defconfig
configs/ge_bx50v3_defconfig
configs/imx6q_bosch_acc_defconfig
configs/imx6qdl_icore_mmc_defconfig
configs/imx8mm-mx8menlo_defconfig
configs/imx8mm_data_modul_edm_sbc_defconfig
configs/imx8mp_data_modul_edm_sbc_defconfig
configs/imx8mp_dhcom_drc02_defconfig
configs/imx8mp_dhcom_pdk2_defconfig
configs/imx8mp_dhcom_pdk3_defconfig
configs/imx8mp_dhcom_picoitx_defconfig
configs/kmcent2_defconfig
configs/kmcoge5ne_defconfig
configs/kmeter1_defconfig
configs/kmopti2_defconfig
configs/kmsupx5_defconfig
configs/kmtepr2_defconfig
configs/lxr2_defconfig
configs/m53menlo_defconfig
configs/mx53ppd_defconfig
configs/pg_wcom_expu1_defconfig
configs/pg_wcom_expu1_update_defconfig
configs/pg_wcom_seli8_defconfig
configs/pg_wcom_seli8_update_defconfig
configs/pxm2_defconfig
configs/rut_defconfig
configs/smegw01_defconfig
configs/socfpga_secu1_defconfig
configs/stm32mp13_dhcor_defconfig
configs/stm32mp15_dhcom_basic_defconfig
configs/stm32mp15_dhcor_basic_defconfig
configs/tuge1_defconfig
configs/tuxx1_defconfig
drivers/bootcount/Kconfig
include/configs/am335x_guardian.h
include/configs/bk4r1.h
include/configs/brppt2.h
include/configs/display5.h
include/configs/ge_b1x5v2.h
include/configs/ge_bx50v3.h
include/configs/imx6-engicam.h
include/configs/imx6q-bosch-acc.h
include/configs/imx8mm-mx8menlo.h
include/configs/imx8mm_data_modul_edm_sbc.h
include/configs/imx8mp_data_modul_edm_sbc.h
include/configs/imx8mp_dhcom_pdk2.h
include/configs/m53menlo.h
include/configs/mx53ppd.h
include/configs/siemens-am33x-common.h
include/configs/siemens-env-common.h
include/configs/snapper9g45.h
include/env/pg-wcom/common.env
include/env_default.h