]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8548cds/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / freescale / mpc8548cds / u-boot.lds
index d4a2f72a5d43e69842fbaa8e57407691bf778f9c..c363fe7a7e3c7cf8cd49443d581fe24d22e0e5ee 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)   }