]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: keystone requires ARM_PATCH_PHYS_VIRT
authorArnd Bergmann <arnd@arndb.de>
Mon, 12 May 2014 12:42:34 +0000 (14:42 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 17 Jun 2014 15:09:22 +0000 (17:09 +0200)
commitad83d39b03a7db66836999ecdbb0ffe7d1e62734
tree65a49b08ecb8252270333c3c4a10430eff5f18da
parent48dd73cd6b44a67eac2968c2569246f8ce1b4b6a
ARM: keystone requires ARM_PATCH_PHYS_VIRT

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@arndb.de>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-keystone/Kconfig