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