]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/davinci/schmoogie/u-boot.lds
Align end of bss by 4 bytes
[people/ms/u-boot.git] / board / davinci / schmoogie / u-boot.lds
index a4fcd1a9bb4916f6755ee71cf24fcb3071347fdf..d86eb36212e8610383d37bfdae369c33add82d46 100644 (file)
@@ -47,6 +47,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }