]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pcs440ep/u-boot.lds
board/dave/common/flash.c: fix compile warning
[karo-tx-uboot.git] / board / pcs440ep / u-boot.lds
index 6b7dd211071ebb2155163eb3459b6ba55667422b..a4c537ec0a4f051575d4c14650470993cab9e232 100644 (file)
@@ -74,10 +74,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }