MPC512x: remove include/mpc512x.h
[oweals/u-boot.git] / cpu / mpc5xx / u-boot.lds
index c83f155197615146933890eb2617a7d44a2aa8bd..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)   }
@@ -126,6 +124,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;