diff options
Diffstat (limited to 'board/esd/pmc440')
-rw-r--r-- | board/esd/pmc440/init.S | 2 | ||||
-rw-r--r-- | board/esd/pmc440/u-boot-nand.lds | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/esd/pmc440/init.S b/board/esd/pmc440/init.S index 6585fed..d51cd0c 100644 --- a/board/esd/pmc440/init.S +++ b/board/esd/pmc440/init.S @@ -20,7 +20,7 @@ */ #include <ppc_asm.tmpl> -#include <asm-ppc/mmu.h> +#include <asm/mmu.h> #include <config.h> /* diff --git a/board/esd/pmc440/u-boot-nand.lds b/board/esd/pmc440/u-boot-nand.lds index fb629e0..8a71bfa 100644 --- a/board/esd/pmc440/u-boot-nand.lds +++ b/board/esd/pmc440/u-boot-nand.lds @@ -53,7 +53,7 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - cpu/ppc4xx/start.o (.text) + arch/ppc/cpu/ppc4xx/start.o (.text) /* Align to next NAND block */ . = ALIGN(0x4000); |