diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2016-02-03 14:58:10 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-02-11 15:33:39 (GMT) |
commit | 538bf4694898b19e76f32d554cc16135cf37b51c (patch) | |
tree | 23bf4422d05f626d03d3c46ea5e98c4f7c571f2e /mm | |
parent | 8b6f2499ac45d5a0ab2e4b6f9613ab3f60416be1 (diff) | |
download | linux-538bf4694898b19e76f32d554cc16135cf37b51c.tar.xz |
ARM: 8513/1: xip: Move XIP linking to a separate file
When building an XIP kernel, the linker script needs to be much different
than a conventional kernel's script. Over time, it's been difficult to
maintain both XIP and non-XIP layouts in one linker script. Therefore,
this patch separates the two procedures into two completely different
files.
The new linker script is essentially a straight copy of the current script
with all the non-CONFIG_XIP_KERNEL portions removed.
Additionally, all CONFIG_XIP_KERNEL portions have been removed from the
existing linker script...never to return again.
It should be noted that this does not fix any current XIP issues, but
rather is the first move in fixing them properly with subsequent patches.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions