]> git.sur5r.net Git - u-boot/blobdiff - board/netstal/hcu5/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / netstal / hcu5 / u-boot.lds
index c3009bb706391eebaa3417c1fb9111036c5e499c..bdc6e705cb165db66a97279dd401c694a51bdc72 100644 (file)
@@ -67,16 +67,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)   }