]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds.ram
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / board / mousse / u-boot.lds.ram
index d3169489b5a3fe0460f6d253f3feb6aa5f242c6e..449d0645e490054a2d4f110130fe4cb411b5843b 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);