]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sandburst/karef/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[karo-tx-uboot.git] / board / sandburst / karef / u-boot.lds
index 6223f4e8de82d4fcc54a16970f753ac6a8e41425..f509100dc296499600366806c978861b6ffa06f2 100644 (file)
@@ -91,10 +91,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }