]> git.sur5r.net Git - u-boot/blobdiff - board/xilinx/ppc405-generic/u-boot-rom.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / xilinx / ppc405-generic / u-boot-rom.lds
index d0940065593d5f079ec35b69c1646b988e5730fb..592976a45b83d11c267c4796258bf783ebe1f5f6 100644 (file)
@@ -74,10 +74,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }