]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/evb64260/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / evb64260 / u-boot.lds
index ff2d8b7fe445a9f6cc33c06282402eb24b77a1be..632921ae5397f56f9f1470cf09cd797abe02c803 100644 (file)
@@ -70,10 +70,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }