]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/RPXClassic/u-boot.lds
Align end of bss by 4 bytes
[people/ms/u-boot.git] / board / RPXClassic / u-boot.lds
index 271ac766f6d2af48dd039e54d2105da26a756b18..55cb5eca3f9fefe2bd00f6257b84b5911534b1e5 100644 (file)
@@ -135,6 +135,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);