]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ivm/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[karo-tx-uboot.git] / board / ivm / u-boot.lds
index d7f360f3bbb9f9546543a0d9b27f18ffec568bec..b6e08843fa6ee3b2ce4f4f000ec6962b75714737 100644 (file)
@@ -52,20 +52,17 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
-    common/environment.o(.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
+    common/env_embedded.o(.text)
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -123,6 +120,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);