summaryrefslogtreecommitdiff
path: root/configs/octeontx2_95xx_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 17:12:04 +0300
committerTom Rini <trini@konsulko.com>2022-03-18 19:48:17 +0300
commit69c8a817cf4342774bf1ed19838b9d49c933e969 (patch)
tree3926fdde9679d8030afb959d0b82d3588a0db50e /configs/octeontx2_95xx_defconfig
parent0b5870c3f54d8da504866d70cf74b3b7ca3c49bb (diff)
downloadu-boot-69c8a817cf4342774bf1ed19838b9d49c933e969.tar.xz
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/octeontx2_95xx_defconfig')
-rw-r--r--configs/octeontx2_95xx_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/octeontx2_95xx_defconfig b/configs/octeontx2_95xx_defconfig
index 823e3e4b5b..5860e73623 100644
--- a/configs/octeontx2_95xx_defconfig
+++ b/configs/octeontx2_95xx_defconfig
@@ -22,6 +22,10 @@ CONFIG_FIT_SIGNATURE=y
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_BOOTDELAY=5
+CONFIG_BOOT_RETRY=y
+CONFIG_BOOT_RETRY_TIME=-1
+CONFIG_BOOT_RETRY_MIN=30
+CONFIG_RESET_TO_RETRY=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 maxcpus=6 rootwait rw root=/dev/mmcblk0p2 coherent_pool=16M"
# CONFIG_DISPLAY_CPUINFO is not set