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