]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8536ds/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / freescale / mpc8536ds / u-boot.lds
index 901f633b03ecdc7c47081e7b5615fe0d4c55f3df..f4ff756f2aa364bdb6c53fe6c67636c98eaa7091 100644 (file)
@@ -65,10 +65,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)   }