ARM: 8096/1: Describe required sort order for textofs-y (TEXT_OFFSET)
authorDaniel Thompson <daniel.thompson@linaro.org>
Tue, 8 Jul 2014 12:50:50 +0000 (13:50 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 18 Jul 2014 11:29:27 +0000 (12:29 +0100)
commit10508b204c190471fe849a3e68f221277488c155
tree620a35a2552606bc41a93de75be07e28474f3962
parent80d3cb9132b2e4f9a1858ae4a84546a3ea2e7f46
ARM: 8096/1: Describe required sort order for textofs-y (TEXT_OFFSET)

The section of the makefile that determines the TEXT_OFFSET is sorted
by address so that, in multi-arch kernel builds, the architecture with the
most stringent requirements for the kernel base address gets to define
TEXT_OFFSET. The comment should reflect that.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Makefile