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