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