]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m53017evb/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / freescale / m53017evb / u-boot.lds
index dc531418c363b27b2e19c3a81503d06df585c3c5..c79d06c64a4c336f883f18f215453e040cd1e7f2 100644 (file)
@@ -72,8 +72,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }