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