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