]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/u-boot-flashenv.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / gen860t / u-boot-flashenv.lds
index 6c8346ab5f8924cfdf8d36cee68709c35bd09266..9785639c76c32bac6b29315f351d7a588851f444 100644 (file)
@@ -64,9 +64,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }