]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/MAI/AmigaOneG3SE/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / MAI / AmigaOneG3SE / u-boot.lds
index e107b479c142c3d5e3b07a22232eaa4ef115efe7..66440dacad64c80197be2e5c2b95324b87f769e6 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)   }