]> git.sur5r.net Git - u-boot/blobdiff - board/emk/top860/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / emk / top860 / u-boot.lds
index da23fff142895214737b8034e001e2f1eb2e4133..b4e093ca702ba9051f017416f4096cb7c227f88b 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)   }