[PATCH 03/14] ARM: keystone requires ARM_PATCH_PHYS_VIRT
Rob Herring
robherring2 at gmail.com
Wed Jun 18 07:39:57 PDT 2014
On Fri, Jun 13, 2014 at 11:01 AM, Arnd Bergmann <arnd at arndb.de> wrote:
> The dynamic relocation that the keystone platform performs
> only works if we can pick the phys offset at boot time. It's
> possible that there is another solution for this, but this
> is the easiest workaround. Kernels with ARM_PATCH_PHYS_VIRT
> are not portable across platforms, and I see no reason why
> anyone would run a kernel without ARM_PATCH_PHYS_VIRT on
> keystone.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Cc: Santosh Shilimkar <santosh.shilimkar at ti.com>
> ---
> arch/arm/mach-keystone/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
> index f50bc93..98a156a 100644
> --- a/arch/arm/mach-keystone/Kconfig
> +++ b/arch/arm/mach-keystone/Kconfig
> @@ -1,6 +1,7 @@
> config ARCH_KEYSTONE
> bool "Texas Instruments Keystone Devices"
> depends on ARCH_MULTI_V7
> + depends on ARM_PATCH_PHYS_VIRT
Why is this needed when multi-platform already selects this?
Rob
More information about the linux-arm-kernel
mailing list