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