summaryrefslogtreecommitdiffstats
path: root/board/a9m2440
diff options
context:
space:
mode:
Diffstat (limited to 'board/a9m2440')
-rw-r--r--board/a9m2440/a9m2440.c4
-rw-r--r--board/a9m2440/lowlevel_init.S2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/a9m2440/a9m2440.c b/board/a9m2440/a9m2440.c
index 669efeb576..e5cfee889b 100644
--- a/board/a9m2440/a9m2440.c
+++ b/board/a9m2440/a9m2440.c
@@ -32,8 +32,8 @@
#include <partition.h>
#include <nand.h>
#include <asm/io.h>
-#include <asm/arch/s3c24x0-iomap.h>
-#include <asm/arch/s3c24x0-nand.h>
+#include <mach/s3c24x0-iomap.h>
+#include <mach/s3c24x0-nand.h>
static struct memory_platform_data ram_pdata = {
.name = "ram0",
diff --git a/board/a9m2440/lowlevel_init.S b/board/a9m2440/lowlevel_init.S
index 1af42ddcd1..461b93c3f1 100644
--- a/board/a9m2440/lowlevel_init.S
+++ b/board/a9m2440/lowlevel_init.S
@@ -3,7 +3,7 @@
*/
#include <config.h>
-#include <asm/arch/s3c24x0-iomap.h>
+#include <mach/s3c24x0-iomap.h>
.section ".text_bare_init.board_init_lowlevel","ax"