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