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