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