From: Pawel Moll Date: Fri, 14 Dec 2012 15:46:17 +0000 (+0100) Subject: ARM: 7605/1: vmlinux.lds: Move .notes section next to the rodata X-Git-Tag: v3.8-rc1~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad5451a322bb682704f3ab13a558508a83e0b93;p=pandora-kernel.git ARM: 7605/1: vmlinux.lds: Move .notes section next to the rodata The .notes, being read-only data by nature, were placed between read-write .data and .bss. This was harmful in case of the XIP kernel, as being placed in the RAM range, most likely far from the ROM address, was inflating the XIP images. Moving the .notes at the end of the read-only section (consisting of .text, .rodata and unwind info) fixes the problem. Reported-by: Marc Kleine-Budde Signed-off-by: Pawel Moll Tested-by: Marc Kleine-Budde Signed-off-by: Russell King --- Reading git-diff-tree failed