]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstal/hcu5/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / netstal / hcu5 / u-boot.lds
index c3009bb706391eebaa3417c1fb9111036c5e499c..21a2be2f4f8710e9469cb32aeb07dfd3c2500fc5 100644 (file)
@@ -74,9 +74,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }