]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/nx823/u-boot.lds
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
[karo-tx-uboot.git] / board / nx823 / u-boot.lds
index ee74eb950a503ad8a22bfcb0b36461d5a0266e44..dc370eacf22ecb6bafb2879887aa8b84a70cbb58 100644 (file)
@@ -52,11 +52,10 @@ 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 = .;