From 10508b204c190471fe849a3e68f221277488c155 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Tue, 8 Jul 2014 13:50:50 +0100 Subject: [PATCH] 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 Signed-off-by: Russell King --- Reading git-format-patch failed