]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8540ads/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / freescale / mpc8540ads / u-boot.lds
index 515d32085f32caa3a9cedebb0d78794def294bd4..41ff3f31325095f70551fda9ea24f239145996b8 100644 (file)
@@ -68,10 +68,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)   }