From: Russell King Date: Wed, 6 Jul 2011 09:39:34 +0000 (+0100) Subject: ARM: vmlinux.lds: move init sections between text and data sections X-Git-Tag: v3.1-rc1~258^2~1^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3835d69a6c7048a28d0aea3cb8403d5e83a0f867;p=pandora-kernel.git ARM: vmlinux.lds: move init sections between text and data sections Place the init sections between the text and data sections. This means all code is grouped together at the beginning of the kernel image, and all data is at the end of the image. This avoids problems with the 24-bit branch instruction relocations becoming invalid with large initramfs images. Acked-by: Nicolas Pitre Tested-by: Stephen Boyd Signed-off-by: Russell King --- Reading git-diff-tree failed