]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/kilauea/u-boot-nand.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / board / amcc / kilauea / u-boot-nand.lds
index 799c28ffda0b0674a9c922133b8bed268b478eda..b769e9411fb5fc82748cd2c7e56e4456f3a9d8ce 100644 (file)
@@ -69,9 +69,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }