]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/genietv/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / genietv / u-boot.lds
index 3c19d19ab075bdd6aafdd16288d039ad64d02e5d..ee0b7195c6e9635792d97609bf0878c640871d4f 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)   }