diff options
Diffstat (limited to 'nand_spl/board/freescale/mpc8569mds/nand_boot.c')
| -rw-r--r-- | nand_spl/board/freescale/mpc8569mds/nand_boot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nand_spl/board/freescale/mpc8569mds/nand_boot.c b/nand_spl/board/freescale/mpc8569mds/nand_boot.c index e03065699..047da3470 100644 --- a/nand_spl/board/freescale/mpc8569mds/nand_boot.c +++ b/nand_spl/board/freescale/mpc8569mds/nand_boot.c @@ -20,7 +20,7 @@   */  #include <common.h>  #include <mpc85xx.h> -#include <asm-ppc/io.h> +#include <asm/io.h>  #include <ns16550.h>  #include <nand.h>  #include <asm/mmu.h> |