]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc5xx/u-boot.lds
Fix all linker script to handle all rodata sections
[people/ms/u-boot.git] / cpu / mpc5xx / u-boot.lds
index bf52179c5870962dcc84b09217a0177fed818341..cb17ca5d740991d498513f65783a088bf5b18781 100644 (file)
@@ -65,10 +65,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }