]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/dbau1x00/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / dbau1x00 / u-boot.lds
index 1e1c5590d77a6fed6185fbe0cb514b24f0e6d3cf..da20de1ad5b1e4a6b1b81a1c0542b07afb7d8280 100644 (file)
@@ -65,6 +65,6 @@ SECTIONS
 
        . = ALIGN(4);
        .sbss (NOLOAD)  : { *(.sbss) }
-       .bss (NOLOAD)  : { *(.bss) }
+       .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
        uboot_end = .;
 }