]> git.sur5r.net Git - u-boot/blobdiff - board/sandburst/karef/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / sandburst / karef / u-boot.lds
index 6223f4e8de82d4fcc54a16970f753ac6a8e41425..f509100dc296499600366806c978861b6ffa06f2 100644 (file)
@@ -91,10 +91,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }