]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/sequoia/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / amcc / sequoia / u-boot.lds
index 05152b7f75ebe074f2eee7672a92103ae55c57aa..7798722eb9e622601d197687d38fa4b07e060098 100644 (file)
@@ -75,9 +75,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }