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