diff options
Diffstat (limited to 'board/jse/sdram.c')
-rw-r--r-- | board/jse/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jse/sdram.c b/board/jse/sdram.c index 02eb6f2..8ce8798 100644 --- a/board/jse/sdram.c +++ b/board/jse/sdram.c @@ -19,7 +19,7 @@ */ #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h> #include <asm/processor.h> # define SDRAM_LEN 0x08000000 |