commit | a45a3ef513180fa9f167d3aa04bae4435095ff76 | [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 | 26483c1cf53150375d32b7c062837e709955ab58 [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>