]> git.sur5r.net Git - u-boot/blobdiff - board/xilinx/ppc440-generic/u-boot-rom.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / xilinx / ppc440-generic / u-boot-rom.lds
index 8b468eee7adddf93e0a083c29b5cf3025413cafb..74202807d83e1d83590c63ba326217700d5be347 100644 (file)
@@ -74,10 +74,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }