]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/sequoia/u-boot-nand.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / amcc / sequoia / u-boot-nand.lds
index 6e1e16997d48d296d2d2f3228b4185ac2b31b653..b580e0bd10c4da744a3c676061450ff23ec2be79 100644 (file)
@@ -69,9 +69,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }