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