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