]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM
authorAfzal Mohammed <afzal.mohd.ma@gmail.com>
Sat, 7 Jan 2017 16:48:10 +0000 (17:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Oct 2017 08:11:19 +0000 (10:11 +0200)
commit8c28f327914153bba849ddefc0d84699471ae295
treea785e356e0c47e600115baa217891e3a9cec1092
parentf905dad52252c1858327ae9ebed3692f24ee312a
ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM

[ Upstream commit 8a792e9afbce84a0fdaf213fe42bb97382487094 ]

REMAP_VECTORS_TO_RAM depends on DRAM_BASE, but since DRAM_BASE is a
hex, REMAP_VECTORS_TO_RAM could never get enabled. Also depending on
DRAM_BASE is redundant as whenever REMAP_VECTORS_TO_RAM makes itself
available to Kconfig, DRAM_BASE also is available as the Kconfig
gets sourced on !MMU.

Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/Kconfig-nommu