summaryrefslogtreecommitdiffstats
path: root/board/sandbox/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandbox/board.c')
-rw-r--r--board/sandbox/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandbox/board.c b/board/sandbox/board.c
index a3f64983c4..84017eb50d 100644
--- a/board/sandbox/board.c
+++ b/board/sandbox/board.c
@@ -23,7 +23,7 @@
#include <common.h>
#include <driver.h>
#include <malloc.h>
-#include <asm/arch/linux.h>
+#include <mach/linux.h>
#include <init.h>
#include <errno.h>