diff options
Diffstat (limited to 'board/esd/du405')
-rw-r--r-- | board/esd/du405/du405.c | 4 | ||||
-rw-r--r-- | board/esd/du405/flash.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/esd/du405/du405.c b/board/esd/du405/du405.c index e0faa77cab..b1362a8694 100644 --- a/board/esd/du405/du405.c +++ b/board/esd/du405/du405.c @@ -24,8 +24,8 @@ #include <common.h> #include "du405.h" #include <asm/processor.h> -#include <ppc4xx.h> -#include <4xx_i2c.h> +#include <asm/ppc4xx.h> +#include <asm/ppc4xx-i2c.h> #include <command.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/board/esd/du405/flash.c b/board/esd/du405/flash.c index c62c6a9b03..c30886e671 100644 --- a/board/esd/du405/flash.c +++ b/board/esd/du405/flash.c @@ -22,7 +22,7 @@ */ #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h> #include <asm/processor.h> /* |