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 02eb6f2c3..8ce8798c8 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 |