Skip to content

Commit 89a6daf

Browse files
murzinvRussell King
authored andcommitted
ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASE
The last user of CONFIG_VECTORS_BASE has gone, so kill it. Tested-by: Benjamin Gaignard <[email protected]> Reported-by: Afzal Mohammed <[email protected]> Signed-off-by: Vladimir Murzin <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent df8089e commit 89a6daf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

arch/arm/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,6 @@ config NEED_RET_TO_USER
239239
config ARCH_MTD_XIP
240240
bool
241241

242-
config VECTORS_BASE
243-
hex
244-
default 0xffff0000 if MMU || CPU_HIGH_VECTOR
245-
default DRAM_BASE if REMAP_VECTORS_TO_RAM
246-
default 0x00000000
247-
help
248-
The base address of exception vectors. This must be two pages
249-
in size.
250-
251242
config ARM_PATCH_PHYS_VIRT
252243
bool "Patch physical to virtual translations at runtime" if EMBEDDED
253244
default y

0 commit comments

Comments
 (0)