aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ids8313.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 09:12:04 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commit69c8a817cf4342774bf1ed19838b9d49c933e969 (patch)
tree3926fdde9679d8030afb959d0b82d3588a0db50e /include/configs/ids8313.h
parent0b5870c3f54d8da504866d70cf74b3b7ca3c49bb (diff)
downloadu-boot-69c8a817cf4342774bf1ed19838b9d49c933e969.zip
u-boot-69c8a817cf4342774bf1ed19838b9d49c933e969.tar.gz
u-boot-69c8a817cf4342774bf1ed19838b9d49c933e969.tar.bz2
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 'include/configs/ids8313.h')
-rw-r--r--include/configs/ids8313.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h
index 08b9ec7..48d2efb 100644
--- a/include/configs/ids8313.h
+++ b/include/configs/ids8313.h
@@ -16,9 +16,6 @@
/*
* High Level Configuration Options
*/
-#define CONFIG_BOOT_RETRY_TIME 900
-#define CONFIG_BOOT_RETRY_MIN 30
-#define CONFIG_RESET_TO_RETRY
#define CONFIG_SYS_SICRH 0x00000000
#define CONFIG_SYS_SICRL (SICRL_LBC | SICRL_SPI_D)