]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/r360mpi/u-boot.lds
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
[karo-tx-uboot.git] / board / r360mpi / u-boot.lds
index 9089f7d6b6ef2a5d24c8b7cdb5001a56d057b6ab..4fc18fcf2d9d3b3e141f6d7b73b33379e09781c8 100644 (file)
@@ -55,10 +55,10 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/cpu_init.o      (.text)
-    cpu/mpc8xx/interrupts.o    (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/cpu_init.o     (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o   (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
 /***
     . = env_offset;
     common/env_embedded.o      (.text)