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