pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
[oweals/u-boot.git] / board / tqc / tqm8xx / u-boot.lds
index 5c9b26cfd6c3453d9caa695987ab725077835d18..19c1541fe230dd9d89b8ae078ac025f49a6d2680 100644 (file)
@@ -75,10 +75,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }