Align end of bss by 4 bytes
[oweals/u-boot.git] / board / amcc / bamboo / u-boot-nand.lds
index cbdc0b0500e9c3db7a733569adc4f8b99b873091..799c28ffda0b0674a9c922133b8bed268b478eda 100644 (file)
@@ -57,7 +57,7 @@ SECTIONS
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
-    common/environment.o  (.ppcenv)
+    common/env_embedded.o  (.ppcenv)
     /* Keep some space here for redundant env and potential bad env blocks */
     . = ALIGN(0x10000);
 
@@ -129,6 +129,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;