]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/munices/u-boot.lds
tools/Makefile: Remove symlinks for fdt targets
[karo-tx-uboot.git] / board / munices / u-boot.lds
index 0a1a6ad4379763bf30f482608edd38aba3f0fbf2..5fe8707fb57b824be8df3489675aa21b0991c0b7 100644 (file)
@@ -57,9 +57,7 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }