]> git.sur5r.net Git - u-boot/blobdiff - board/flagadm/u-boot.lds
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[u-boot] / board / flagadm / u-boot.lds
index 1c8180a019647f2c4bd1a44da3a7f80e53d2a754..0da55d97911f48bca7446676adb3029375068cab 100644 (file)
@@ -52,10 +52,9 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;