]> git.sur5r.net Git - u-boot/blobdiff - arch/blackfin/lib/u-boot.lds.S
Merge branch 'master' of /home/wd/git/u-boot/custodians
[u-boot] / arch / blackfin / lib / u-boot.lds.S
index 9163d20c29b858a448d021d00e36476dac3b0a23..f15c97ed0cbbc4ba677be673a3467cf56b107210 100644 (file)
@@ -147,6 +147,7 @@ SECTIONS
                *(.dynbss)
                *(.bss .bss.*)
                *(COMMON)
+               . = ALIGN(4);
        } >ram_data
        __bss_vma = ADDR(.bss);
        __bss_len = SIZEOF(.bss);