]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pmc440/u-boot.lds
Merge branch 'reloc'
[u-boot] / board / esd / pmc440 / u-boot.lds
index 05152b7f75ebe074f2eee7672a92103ae55c57aa..3b6c09687ab8b69eaa6ff6706ec4277d592c4cb4 100644 (file)
@@ -62,22 +62,16 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    /* WARNING - the following is hand-optimized to fit within */
-    /* the sector layout of our flash chips!   XXX FIXME XXX   */
-
     cpu/ppc4xx/start.o (.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }