From: Michal Simek Date: Tue, 22 Sep 2009 07:58:56 +0000 (+0200) Subject: microblaze: Use LOAD_OFFSET macro to get correct LMA for all sections X-Git-Tag: v2.6.32-rc1~55^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a061dd5258b2bad6c44c48d2a2d55f4fd5eb85d8;p=pandora-kernel.git microblaze: Use LOAD_OFFSET macro to get correct LMA for all sections Currently, vmlinux has LMA==VMA for all sections, which is wrong for MMU kernels. Previous patches in this series defined the LOAD_OFFSET constant, now we make use of it in our link script. Other minor changes in this patch: * brace/indenting cleanup of some sections * put __fdt_* symbols in their own section, and apply LOAD_OFFSET fixup Signed-off-by: John Williams Signed-off-by: Michal Simek --- Reading git-diff-tree failed