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