]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc83xx/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / cpu / mpc83xx / u-boot.lds
index 99ad6759d8aee458cf9fcb072a3831d3f81fc7b5..c84d4b02226234d43121b9602414666b3b52d723 100644 (file)
@@ -52,13 +52,10 @@ SECTIONS
   {
     cpu/mpc83xx/start.o        (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -116,6 +113,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);