]> git.sur5r.net Git - u-boot/blobdiff - board/quad100hd/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / quad100hd / u-boot.lds
index 7cf4d4f30dbf10961422fe4d124a6a858138644d..24d31a112be1d08e56a68b209cd313768b8c2e6d 100644 (file)
@@ -68,9 +68,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }