Move arch/ppc to arch/powerpc
[kernel/u-boot.git] / board / mousse / u-boot.lds.ram
index d316948..449d064 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
   PROVIDE(_f_init_rom = .);
 
   .init : {
-      arch/ppc/cpu/mpc824x/start.o     (.text)
+      arch/powerpc/cpu/mpc824x/start.o (.text)
       *(.init)
   } > ram
   _init_size = SIZEOF(.init);