ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASE
authorVladimir Murzin <vladimir.murzin@arm.com>
Mon, 16 Oct 2017 11:56:18 +0000 (12:56 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 23 Oct 2017 15:59:12 +0000 (16:59 +0100)
The last user of CONFIG_VECTORS_BASE has gone, so kill it.

Tested-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Reported-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig

index 1dba9c0d63d538a89ccafdf685837cd55224bd63..bf91aa38051d02a8305e39495a3e33ad921a2708 100644 (file)
@@ -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