]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/prodrive/alpr/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / prodrive / alpr / u-boot.lds
index 33b03af24c3c9bc063071b3283bd555f9c796ad4..e7c5fe61f7a818849da14bfb20a1047bfe13e4fb 100644 (file)
@@ -76,10 +76,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }