projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8089e
)
ARM: 8710/1: Kconfig: Kill CONFIG_VECTORS_BASE
author
Vladimir Murzin
<
[email protected]
>
Mon, 16 Oct 2017 11:56:18 +0000
(12:56 +0100)
committer
Russell King
<
[email protected]
>
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 <
[email protected]
>
Reported-by: Afzal Mohammed <
[email protected]
>
Signed-off-by: Vladimir Murzin <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 1dba9c0d63d538a89ccafdf685837cd55224bd63..bf91aa38051d02a8305e39495a3e33ad921a2708 100644
(file)
--- 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