]> git.sur5r.net Git - u-boot/blobdiff - board/netstal/hcu4/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / netstal / hcu4 / u-boot.lds
index d9abcd6743a78e853267cbd77b2342aaea9d4671..0c38ea299fd10fccb4593c673c64b7fb209a99dc 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)   }