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