mpc83xx: USB: Reorganized its support
[oweals/u-boot.git] / cpu / mpc8260 / u-boot.lds
index 39f2ce9de47bf8c0916084cdbcc4abf07bbb33f9..b3a103dbcbc8d9098f41b8ca28a4a575eb08c81d 100644 (file)
@@ -57,10 +57,8 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -118,6 +116,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);