]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/tqc/tqm85xx/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / tqc / tqm85xx / u-boot.lds
index b1637a5165ed03041385374a16cc3eca7b36740e..91c8952df8e3b875223ad83c6a0e604723f3bb4d 100644 (file)
@@ -81,10 +81,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini             : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }