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