]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/cpci750/u-boot.lds
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / board / esd / cpci750 / u-boot.lds
index 632921ae5397f56f9f1470cf09cd797abe02c803..29dcc0910051a98f2e2d119f291317fddf1ea8d7 100644 (file)
@@ -56,14 +56,13 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/powerpc/cpu/74xx_7xx/start.o  (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
 /*    common/env_embedded.o(.text) */
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;