]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/kilauea/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / amcc / kilauea / u-boot.lds
index 0ac21e3913b3bc06f4e6103e50a01baf57fbbd6a..a44613dc6e89fbe4010c7070cb615bfa3ff42803 100644 (file)
@@ -71,9 +71,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }