From: Wu Zhangjin Date: Thu, 10 Dec 2009 14:55:13 +0000 (+0800) Subject: MIPS: Cleanup and Fixup of compressed kernel support X-Git-Tag: v2.6.33-rc4~8^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d9a553d7b96e18fcfbd0b8fb5f803b3a27e4e6;p=pandora-kernel.git MIPS: Cleanup and Fixup of compressed kernel support o Remove the .initrd section. The initrd section was already handled when vmlinux was linked. o Discard .MIPS.options, .options, .pdr, .reginfo, .comment and .note sections. If .MIPS.options is not removed, kernels compiled with gcc 3.4.6 will not boot. o Clean up the file format. o Remove several other unneeded sections. Tested with GCC 3.4.6 and 4.4.1 with and without initrd. Signed-off-by: Wu Zhangjin Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/785/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed