]> git.sur5r.net Git - u-boot/blobdiff - board/RPXlite_dw/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / RPXlite_dw / u-boot.lds
index 8d178940e32ab7cdf76cc97aea43f43d26bdd171..7b7b83ba2c21109dbb2dc626287792899bed3df4 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)   }