]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/amcc/kilauea/u-boot.lds
Align end of bss by 4 bytes
[u-boot] / nand_spl / board / amcc / kilauea / u-boot.lds
index 03e0b798f936d80ed4f41abaa7f1dc9bfdf82840..1335532c918d343acffa91a80b275e24ce761ac6 100644 (file)
@@ -57,6 +57,7 @@ SECTIONS
   {
    *(.sbss)
    *(.bss)
+   . = ALIGN(4);
   }
 
   _end = . ;