]> git.sur5r.net Git - u-boot/blobdiff - board/ep88x/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / ep88x / u-boot.lds
index 1b6e417be7d81e1657755e79bbeced37fc77c484..dd62e5866858c8a72cc26776aff8ffc5d18be72e 100644 (file)
@@ -57,9 +57,7 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }