]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/csb472/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / csb472 / u-boot.lds
index fec2789d37691540c535dec0eee53c586a6fa334..37363774cb941885c5f089c7aa6a530d04379171 100644 (file)
@@ -147,6 +147,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);