Commit 89a6dafe authored by Vladimir Murzin's avatar Vladimir Murzin Committed by Russell King

ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASE

The last user of CONFIG_VECTORS_BASE has gone, so kill it.
Tested-by: default avatarBenjamin Gaignard <benjamin.gaignard@linaro.org>
Reported-by: default avatarAfzal Mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: default avatarVladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent df8089e7
......@@ -239,15 +239,6 @@ config NEED_RET_TO_USER
config ARCH_MTD_XIP
bool
config VECTORS_BASE
hex
default 0xffff0000 if MMU || CPU_HIGH_VECTOR
default DRAM_BASE if REMAP_VECTORS_TO_RAM
default 0x00000000
help
The base address of exception vectors. This must be two pages
in size.
config ARM_PATCH_PHYS_VIRT
bool "Patch physical to virtual translations at runtime" if EMBEDDED
default y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment