commit | 69c8a817cf4342774bf1ed19838b9d49c933e969 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 11 09:12:04 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 18 12:48:17 2022 -0400 |
tree | 3926fdde9679d8030afb959d0b82d3588a0db50e | |
parent | 0b5870c3f54d8da504866d70cf74b3b7ca3c49bb [diff] |
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>