aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/Kconfig')
-rw-r--r--src/arch/armv7/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/armv7/Kconfig b/src/arch/armv7/Kconfig
index a7f5b23e8e..e272474604 100644
--- a/src/arch/armv7/Kconfig
+++ b/src/arch/armv7/Kconfig
@@ -11,6 +11,12 @@ config ARCH_RAMSTAGE_ARMV7
bool
default n
+# If a custom bootblock is necessary, this option should be "select"-ed by
+# the thing that needs it, probably the CPU.
+config ARM_BOOTBLOCK_CUSTOM
+ bool
+ default n
+
config CPU_HAS_BOOTBLOCK_INIT
bool
default n