diff options
Diffstat (limited to 'board/amcc/yucca')
-rw-r--r-- | board/amcc/yucca/init.S | 2 | ||||
-rw-r--r-- | board/amcc/yucca/yucca.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/yucca/init.S b/board/amcc/yucca/init.S index 9308fda..f51035f 100644 --- a/board/amcc/yucca/init.S +++ b/board/amcc/yucca/init.S @@ -25,7 +25,7 @@ #include <ppc_asm.tmpl> #include <config.h> -#include <asm-ppc/mmu.h> +#include <asm/mmu.h> /************************************************************************** * TLB TABLE diff --git a/board/amcc/yucca/yucca.c b/board/amcc/yucca/yucca.c index 8c65cfb..241f484 100644 --- a/board/amcc/yucca/yucca.c +++ b/board/amcc/yucca/yucca.c @@ -555,7 +555,7 @@ int checkboard (void) } /* - * Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with + * Override the default functions in arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c with * board specific values. */ static int ppc440spe_rev_a(void) |