]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5373evb/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / freescale / m5373evb / u-boot.lds
index fcf1ff1d828982a8b0e797ff9e604623163eb74b..dff74b65430890e0ed6b29e6e9551ee2ab4aa698 100644 (file)
@@ -72,8 +72,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }