]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds.ram
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
[karo-tx-uboot.git] / board / mousse / u-boot.lds.ram
index d048e52d35ad481038c8e578811801926574fe63..d3169489b5a3fe0460f6d253f3feb6aa5f242c6e 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
   PROVIDE(_f_init_rom = .);
 
   .init : {
-      cpu/mpc824x/start.o      (.text)
+      arch/ppc/cpu/mpc824x/start.o     (.text)
       *(.init)
   } > ram
   _init_size = SIZEOF(.init);