]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mbx8xx/u-boot.lds
Merge branch 'evk1100-prep'
[karo-tx-uboot.git] / board / mbx8xx / u-boot.lds
index 24484c71a6fd631f9e5989ab504d72394ac5adf7..ca35e88482076f36633e0ed1631290159355c1a8 100644 (file)
@@ -62,10 +62,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }