commit | cda1fd5a60e97a1a1bf96606f201818b207b2c5c | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue May 19 14:33:47 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu May 21 16:39:16 2009 +0200 |
tree | 33bc265a4182985778f80a0efc25f0a26fd0aa7e | |
parent | 1dff89a9c7fab71b43ba79cc1aa6c6dbad582a35 [diff] |
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 <monstr@monstr.eu>