]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xpedite1k/u-boot.lds.debug
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / xpedite1k / u-boot.lds.debug
index 116c2ba6a7130d044374fb320b55f1114ac51b51..5824cd9d57a92d448fedcde70bbd988319683858 100644 (file)
@@ -78,10 +78,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }