]> git.sur5r.net Git - u-boot/blobdiff - board/xes/xpedite5200/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / xes / xpedite5200 / u-boot.lds
index bd952d20faaf1bb731d80ee7bf92ebfc971582b8..af4f016717d4bbab9eacca74cfc1bd0164b05072 100644 (file)
@@ -65,10 +65,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   } :text
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }