]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/sequoia/u-boot-nand.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / amcc / sequoia / u-boot-nand.lds
index ae2e18de4e79657b368eea9d8a3d0996567436fa..fb629e0c5e5c4c558cc558790ce6cf87ba3c5d1e 100644 (file)
@@ -57,21 +57,18 @@ 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);
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -129,6 +126,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;