MPC512x: add more hardware description to immap_512x.h
[oweals/u-boot.git] / board / jse / u-boot.lds
index 7141c5a3922822243d1da140c9965378e79e61d6..12d3938fc1cf299d1739eee0fbd8c5bcb4385f09 100644 (file)
@@ -75,10 +75,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }