diff options
author | Pali Rohár | 2022-04-06 16:20:18 +0200 |
---|---|---|
committer | Stefan Roese | 2022-04-21 12:31:36 +0200 |
commit | 372779abc3efe869aaa3c61c4bf6e2fcbaa46b57 (patch) | |
tree | a3911466b68b687b16d9fbafd0b0b9db740ca4a8 /arch/arm/Kconfig | |
parent | a339d6c464dd9e2c952bbdc5baa450149da9d6a3 (diff) |
arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option
Move OMAP4 specific option for disabling overwriting vector table into
config option CONFIG_SPL_SYS_NO_VECTOR_TABLE.
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index efe33a58e1e..10726eae347 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -57,6 +57,10 @@ config SYS_INIT_SP_BSS_OFFSET that the early malloc region, global data (gd), and early stack usage do not overlap any appended DTB. +config SPL_SYS_NO_VECTOR_TABLE + depends on SPL + bool + config LINUX_KERNEL_IMAGE_HEADER depends on ARM64 bool |