]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ivm/u-boot.lds
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
[karo-tx-uboot.git] / board / ivm / u-boot.lds
index ab51bd8352fb52880cbf53edca472753cdc71d51..767408b52baca720f875e96d296666b2f6393e05 100644 (file)
@@ -52,10 +52,9 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;