]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuS/EB+MCF-EV123/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / BuS / EB+MCF-EV123 / u-boot.lds
index b22b332c49a7c5da2b6bc08c5055918090024b0d..34507938fd010e0bb312e2b72f39dfe6d8c8e9e4 100644 (file)
@@ -73,8 +73,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }