diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 6a0209dad3..f09e5061a2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -271,6 +271,12 @@ config BOOTBLOCK_SOURCE default "bootblock_simple.c" if BOOTBLOCK_SIMPLE default "bootblock_normal.c" if BOOTBLOCK_NORMAL +# To be selected by arch or platform if a C environment is available during the +# bootblock. Normally this signifies availability of RW memory (e.g. SRAM). +config C_ENVIRONMENT_BOOTBLOCK + bool + default n + config SKIP_MAX_REBOOT_CNT_CLEAR bool "Do not clear reboot count after successful boot" default n |