]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/xilinx/ml300/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / xilinx / ml300 / u-boot.lds
index 913ff6ee7ae6da7136fae7201de58c7242eab52c..fa60e6b0536856abbaa913d6d3c6494b5b2ab838 100644 (file)
@@ -81,10 +81,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }