]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/svm_sc8xx/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / svm_sc8xx / u-boot.lds
index ceab4d29d814f56edf44509670052fe7989edb58..11a819a03fa7db26b017e6b1be3572890914a8ab 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)   }