]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xaeniax/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / xaeniax / u-boot.lds
index 14d264a6861cdd98abb7d9f2cdc06730b86f0ae3..7cf9fdf632db8cfd5d1b381a656216c8b55520b2 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }