Convert CONFIG_BOOT_RETRY_TIME et al to Kconfig
authorTom Rini <trini@konsulko.com>
Fri, 11 Mar 2022 14:12:04 +0000 (09:12 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 18 Mar 2022 16:48:17 +0000 (12:48 -0400)
commit69c8a817cf4342774bf1ed19838b9d49c933e969
tree3926fdde9679d8030afb959d0b82d3588a0db50e
parent0b5870c3f54d8da504866d70cf74b3b7ca3c49bb
Convert CONFIG_BOOT_RETRY_TIME et al to Kconfig

This converts the following to Kconfig:
   CONFIG_BOOT_RETRY_TIME
   CONFIG_BOOT_RETRY_MIN
   CONFIG_RESET_TO_RETRY

We also introduce CONFIG_BOOT_RETRY to gate these options, and clean up
the associated Makefile entry and C code for picking default values of
CONFIG_BOOT_RETRY_MIN.

Signed-off-by: Tom Rini <trini@konsulko.com>
30 files changed:
boot/Kconfig
boot/Makefile
boot/bootretry.c
configs/am335x_shc_defconfig
configs/am335x_shc_netboot_defconfig
configs/am335x_shc_sdboot_defconfig
configs/draco_defconfig
configs/eb_cpu5282_defconfig
configs/eb_cpu5282_internal_defconfig
configs/etamin_defconfig
configs/highbank_defconfig
configs/ids8313_defconfig
configs/octeontx2_95xx_defconfig
configs/octeontx2_96xx_defconfig
configs/octeontx_81xx_defconfig
configs/octeontx_83xx_defconfig
configs/pxm2_defconfig
configs/rastaban_defconfig
configs/rut_defconfig
configs/socfpga_secu1_defconfig
configs/thuban_defconfig
include/configs/am335x_shc.h
include/configs/eb_cpu5282.h
include/configs/highbank.h
include/configs/ids8313.h
include/configs/octeontx2_common.h
include/configs/octeontx_common.h
include/configs/siemens-am33x-common.h
include/configs/smartweb.h
include/configs/socfpga_arria5_secu1.h