]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/sequoia/u-boot-nand.lds
Merge branch 'master' of ../work into next
[u-boot] / board / amcc / sequoia / u-boot-nand.lds
index 6608e659203ecc4faca88d7f7984b2edb371abc0..fb629e0c5e5c4c558cc558790ce6cf87ba3c5d1e 100644 (file)
@@ -62,16 +62,13 @@ SECTIONS
     . = 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 = . ;