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