]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Add sbss, scommon and COMMON symbols for clearing
authorMichal Simek <monstr@monstr.eu>
Fri, 14 Aug 2009 15:02:35 +0000 (17:02 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Sep 2009 12:40:03 +0000 (14:40 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
board/xilinx/microblaze-generic/u-boot.lds

index 5a08680150008e12134d8f083faabe461a73bc4f..c20c6dd1d67746e015a6e477b91e7d6b47355318 100644 (file)
@@ -60,7 +60,10 @@ SECTIONS
        .bss ALIGN(0x4):
        {
                __bss_start = .;
+               *(.sbss)
+               *(.scommon)
                *(.bss)
+               *(COMMON)
                . = ALIGN(4);
                __bss_end = .;
        }