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