]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/armadillo/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / armadillo / u-boot.lds
index 418101ff866d410432b3f4aed294522ae70ca169..49d18f7d65ade1c7deec0d6d5ae7a2e94a1dd45d 100644 (file)
@@ -50,6 +50,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }