]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/apollon/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / apollon / u-boot.lds
index 7b29a5b798932ea685e0c80808d0b082e68eacd8..0aeb4373d728864907966566343b933d891db3b2 100644 (file)
@@ -58,6 +58,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }