]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/ebony/u-boot.lds
Align end of bss by 4 bytes
[people/ms/u-boot.git] / board / amcc / ebony / u-boot.lds
index 6be4bd102085841399d043f431c8dcc88931ca6f..17d1ba85f52b5f372255f3fcc2b73780f6f8e7ae 100644 (file)
@@ -137,6 +137,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);