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