]> git.sur5r.net Git - u-boot/blobdiff - board/eltec/bab7xx/u-boot.lds
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
[u-boot] / board / eltec / bab7xx / u-boot.lds
index 632921ae5397f56f9f1470cf09cd797abe02c803..6dff003dc1fb3f54de5ea94c268c07d669f5af3c 100644 (file)
@@ -56,14 +56,13 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/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 = .;