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