85xx: Added P1020 Processor Support.
[kernel/u-boot.git] / board / tqc / tqm85xx / u-boot.lds
index b1637a5..91c8952 100644 (file)
@@ -81,10 +81,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini             : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }