Migrate bootlimit to Kconfig
Migrate boards which set bootlimit in the environment to Kconfig. We exclude gurnard_defconfig which includes a bootlimit=, but doesn't set CONFIG_BOOTCOUNT_LIMIT, so we'd fail to include a bootlimit setting if we migrated it. display5_defconfig and display5_factory_defconfig share a SYS_CONFIG_NAME, but only display5_defconfig enables CONFIG_BOOTCOUNT_LIMIT, so we fail to set bootlimit= in display5_factory_defconfig. This is okay because the display5_factory_defconfig doesn't need to have it set, as it is only meant to prepare the board in the factory. Environment changes for all modified configs as seen from buildman: boards.cfg is up to date. Nothing to do. Summary of 3 commits for 32 boards (8 threads, 1 job per thread) 01: Merge git://git.denx.de/u-boot-x86 arm: + draco etamin rastaban pxm2 display5 thuban rut 02: Add BOOTCOUNT_BOOTLIMIT to set reboot limit 03: Migrate bootlimit to Kconfig - display5_factory: bootlimit=3 Signed-off-by:Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by:
Lukasz Majewski <lukma@denx.de>
Showing
- configs/calimain_defconfig 1 addition, 0 deletionsconfigs/calimain_defconfig
- configs/display5_defconfig 1 addition, 0 deletionsconfigs/display5_defconfig
- configs/draco_defconfig 1 addition, 0 deletionsconfigs/draco_defconfig
- configs/etamin_defconfig 1 addition, 0 deletionsconfigs/etamin_defconfig
- configs/ge_bx50v3_defconfig 1 addition, 0 deletionsconfigs/ge_bx50v3_defconfig
- configs/km_kirkwood_128m16_defconfig 1 addition, 0 deletionsconfigs/km_kirkwood_128m16_defconfig
- configs/km_kirkwood_defconfig 1 addition, 0 deletionsconfigs/km_kirkwood_defconfig
- configs/km_kirkwood_pci_defconfig 1 addition, 0 deletionsconfigs/km_kirkwood_pci_defconfig
- configs/kmcoge4_defconfig 1 addition, 0 deletionsconfigs/kmcoge4_defconfig
- configs/kmcoge5ne_defconfig 1 addition, 0 deletionsconfigs/kmcoge5ne_defconfig
- configs/kmcoge5un_defconfig 1 addition, 0 deletionsconfigs/kmcoge5un_defconfig
- configs/kmeter1_defconfig 1 addition, 0 deletionsconfigs/kmeter1_defconfig
- configs/kmlion1_defconfig 1 addition, 0 deletionsconfigs/kmlion1_defconfig
- configs/kmnusa_defconfig 1 addition, 0 deletionsconfigs/kmnusa_defconfig
- configs/kmopti2_defconfig 1 addition, 0 deletionsconfigs/kmopti2_defconfig
- configs/kmsugp1_defconfig 1 addition, 0 deletionsconfigs/kmsugp1_defconfig
- configs/kmsupx5_defconfig 1 addition, 0 deletionsconfigs/kmsupx5_defconfig
- configs/kmsuv31_defconfig 1 addition, 0 deletionsconfigs/kmsuv31_defconfig
- configs/kmtegr1_defconfig 1 addition, 0 deletionsconfigs/kmtegr1_defconfig
- configs/kmtepr2_defconfig 1 addition, 0 deletionsconfigs/kmtepr2_defconfig
Loading
Please register or sign in to comment