diff options
Diffstat (limited to 'board/jse/flash.c')
-rw-r--r-- | board/jse/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jse/flash.c b/board/jse/flash.c index 92acdb1..5735f19 100644 --- a/board/jse/flash.c +++ b/board/jse/flash.c @@ -29,7 +29,7 @@ */ #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h> #include <asm/processor.h> #if CONFIG_SYS_MAX_FLASH_BANKS != 1 |