ARM: davinci: DA8xx+DMx combined kernels need PATCH_PHYS_VIRT
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Feb 2016 20:35:57 +0000 (21:35 +0100)
committerSekhar Nori <nsekhar@ti.com>
Wed, 17 Feb 2016 13:43:24 +0000 (19:13 +0530)
commitce32c5c5a346a09ed938cdf01a000c885d699b27
treebcc633f8b155c5e92e54601fbb41c99f5f5c01c7
parenta32b4fe90a35d7740986b708a5347e9bfb6751ba
ARM: davinci: DA8xx+DMx combined kernels need PATCH_PHYS_VIRT

We already forbid that combination when AUTO_ZRELADDR is disabled,
for the same reason that the two have their RAM at different
physical addresses as seen from the CPU.

This does the same change for PATCH_PHYS_VIRT: if you disable
either of the options, Kconfig now enforces that you have to
pick one or the other SoC family.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/Kconfig
arch/arm/mach-davinci/Kconfig
This page took 0.041543 seconds and 5 git commands to generate.