]> git.sur5r.net Git - u-boot/blobdiff - board/stxssa/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / stxssa / u-boot.lds
index 6ee8d60ecea77f9cc9e4b54df6057fd808670f91..750ddb3713e59135404771f5dd96f7f82079837b 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)   }