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