From: Vladimir Murzin Date: Mon, 16 Oct 2017 11:56:18 +0000 (+0100) Subject: ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=89a6dafe136952b3409d5e4ed04cb891e806e924;p=linux.git ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASE The last user of CONFIG_VECTORS_BASE has gone, so kill it. Tested-by: Benjamin Gaignard Reported-by: Afzal Mohammed Signed-off-by: Vladimir Murzin Signed-off-by: Russell King --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1dba9c0d63d53..bf91aa38051d0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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