diff options
| author | Tom Rini <trini@konsulko.com> | 2022-03-11 09:12:04 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
| commit | 69c8a817cf4342774bf1ed19838b9d49c933e969 (patch) | |
| tree | 3926fdde9679d8030afb959d0b82d3588a0db50e /configs/eb_cpu5282_defconfig | |
| 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>
Diffstat (limited to 'configs/eb_cpu5282_defconfig')
| -rw-r--r-- | configs/eb_cpu5282_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/eb_cpu5282_defconfig b/configs/eb_cpu5282_defconfig index d93104eb35c..8b725f88528 100644 --- a/configs/eb_cpu5282_defconfig +++ b/configs/eb_cpu5282_defconfig @@ -7,6 +7,9 @@ CONFIG_TARGET_EB_CPU5282=y CONFIG_SYS_LOAD_ADDR=0x20000 CONFIG_SYS_EXTRA_OPTIONS="SYS_MONITOR_BASE=0xFF000400" CONFIG_BOOTDELAY=5 +CONFIG_BOOT_RETRY=y +CONFIG_BOOT_RETRY_TIME=-1 +CONFIG_RESET_TO_RETRY=y CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="printenv" # CONFIG_DISPLAY_BOARDINFO is not set |
