]> git.sur5r.net Git - u-boot/blobdiff - board/korat/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / korat / u-boot.lds
index 05152b7f75ebe074f2eee7672a92103ae55c57aa..b9ec56bb2062e7b041c192eb6bc65f85ae80ca32 100644 (file)
@@ -68,16 +68,13 @@ SECTIONS
     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)   }