]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cobra5272/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / cobra5272 / u-boot.lds
index bed11777edb352a42dc11b4fcb10c319c31ec2f5..7e716bb09a6ed55c0833619848b6686968305c33 100644 (file)
@@ -72,8 +72,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }