]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8540ads/u-boot.lds
85xx: Added P1020 Processor Support.
[u-boot] / board / freescale / mpc8540ads / u-boot.lds
index 515d32085f32caa3a9cedebb0d78794def294bd4..41ff3f31325095f70551fda9ea24f239145996b8 100644 (file)
@@ -68,10 +68,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   } :text
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }