]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/csb472/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[karo-tx-uboot.git] / board / csb472 / u-boot.lds
index 37363774cb941885c5f089c7aa6a530d04379171..565e02118752f35c4263826b6d0847ad60064912 100644 (file)
@@ -86,10 +86,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }