]> git.sur5r.net Git - u-boot/blobdiff - board/siemens/IAD210/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / siemens / IAD210 / u-boot.lds
index 47677c6ee8fb95ca4708b4f9bf7e43937413eb8d..12a53ba70b5da23d5fc1a78ef7c130eabefaf1d7 100644 (file)
@@ -71,10 +71,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }