]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/snmc/qs860t/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / snmc / qs860t / u-boot.lds
index 6fa9b81299c6dd62879b265fd1b0bbb33f39345c..7de0de8d9d3f651a78b1271c67d7fbca203d09f9 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)   }