diff options
Diffstat (limited to 'board/amcc/redwood')
-rw-r--r-- | board/amcc/redwood/init.S | 1 | ||||
-rw-r--r-- | board/amcc/redwood/redwood.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/amcc/redwood/init.S b/board/amcc/redwood/init.S index fb10520b82..47f700b703 100644 --- a/board/amcc/redwood/init.S +++ b/board/amcc/redwood/init.S @@ -24,6 +24,7 @@ #include <ppc_asm.tmpl> #include <config.h> #include <asm/mmu.h> +#include <asm/ppc4xx.h> /************************************************************************** * TLB TABLE diff --git a/board/amcc/redwood/redwood.c b/board/amcc/redwood/redwood.c index 32fb8c584b..bb7565e2e4 100644 --- a/board/amcc/redwood/redwood.c +++ b/board/amcc/redwood/redwood.c @@ -26,7 +26,7 @@ #include <common.h> #include "redwood.h" -#include <ppc4xx.h> +#include <asm/ppc4xx.h> #include <asm/processor.h> #include <i2c.h> #include <asm/io.h> |