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