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