]> git.sur5r.net Git - u-boot/blobdiff - board/RRvision/u-boot.lds
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
[u-boot] / board / RRvision / u-boot.lds
index 9fd77f8c010b245be823cde4291db77c656fb1c3..17e6fa0e1e2e238f46fc45d8a81545260f3cf22d 100644 (file)
@@ -76,10 +76,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }