From: Michal Simek Date: Tue, 19 May 2009 12:33:47 +0000 (+0200) Subject: microblaze: Cleanup compiled-in rootfs in BSS section X-Git-Tag: v2.6.31-rc1~360^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda1fd5a60e97a1a1bf96606f201818b207b2c5c;p=pandora-kernel.git microblaze: Cleanup compiled-in rootfs in BSS section This patch is based on patch from Steve Magnani. There were bug for compiled-in rootfs. We have to move moving rootfs which is in BSS section to _ebss section which is at the end of kernel and then clear bss section not vice-versa. Signed-off-by: Michal Simek --- Reading git-diff-tree failed