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