]> git.sur5r.net Git - u-boot/blobdiff - board/netstal/mcu25/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / netstal / mcu25 / u-boot.lds
index a00f570f39fe854c1c0f95d44108373a929ddb7f..b589956459bcd431a7398f288a0d24165f78f4ac 100644 (file)
@@ -72,10 +72,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }