]> git.sur5r.net Git - u-boot/blobdiff - board/rbc823/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / rbc823 / u-boot.lds
index 63bd21bc3166123b87a8626abdafd6ad14b0bca9..552f15d27687f022af4baffac7e8b70b3250df6a 100644 (file)
@@ -73,10 +73,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }