]> 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 ab51bd8352fb52880cbf53edca472753cdc71d51..b6e08843fa6ee3b2ce4f4f000ec6962b75714737 100644 (file)
@@ -52,10 +52,9 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/env_embedded.o(.text)
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;