MPC512x: add more hardware description to immap_512x.h
[oweals/u-boot.git] / board / sc3 / u-boot.lds
index c67aa96c702e6fcc8ab3f55be1bff4c14191540f..75174e1b5d4431ac9e787773aa7d25cb2d46d375 100644 (file)
@@ -84,10 +84,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -143,6 +141,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);