]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8641hpcn/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / freescale / mpc8641hpcn / u-boot.lds
index 6c9da1f32843e7a10a5cf34795e0fa755336f5a7..e18872202af378cbf1a7bd85ea4a140c120729f6 100644 (file)
@@ -69,10 +69,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }