]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/bamboo/u-boot-nand.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / amcc / bamboo / u-boot-nand.lds
index b769e9411fb5fc82748cd2c7e56e4456f3a9d8ce..e256b198d6918e5033ecd908d147876855231aac 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/powerpc/cpu/ppc4xx/start.o    (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
@@ -62,7 +62,6 @@ SECTIONS
     . = ALIGN(0x10000);
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;