diff options
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/vcma9/vcma9.c | 2 | ||||
-rw-r--r-- | board/mpl/vcma9/vcma9.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c index 4d8b579caa8..f3bd2884531 100644 --- a/board/mpl/vcma9/vcma9.c +++ b/board/mpl/vcma9/vcma9.c @@ -27,7 +27,7 @@ #include <common.h> #include <netdev.h> -#include <s3c2410.h> +#include <asm/arch/s3c2410.h> #include <stdio_dev.h> #include <i2c.h> diff --git a/board/mpl/vcma9/vcma9.h b/board/mpl/vcma9/vcma9.h index f46e0e4c58d..9f32808c617 100644 --- a/board/mpl/vcma9/vcma9.h +++ b/board/mpl/vcma9/vcma9.h @@ -25,7 +25,7 @@ * Global routines used for VCMA9 *****************************************************************************/ -#include <s3c2410.h> +#include <asm/arch/s3c2410.h> extern int mem_test(unsigned long start, unsigned long ramsize,int mode); |