summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:29 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:29 +0200
commitb4521685bf00398a4db0d3abe28376bd8f1b31ed (patch)
tree91c2097bc5f467c15ff8b404b288b8f916d80541 /board
parente2a7b79cfc63c8a5bdafb6f333fedf35b6b8a380 (diff)
downloadbarebox-b4521685bf00398a4db0d3abe28376bd8f1b31ed.tar.gz
barebox-b4521685bf00398a4db0d3abe28376bd8f1b31ed.tar.xz
[SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/mach
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board')
-rw-r--r--board/sandbox/board.c2
-rw-r--r--board/sandbox/clock.c2
-rw-r--r--board/sandbox/console.c2
-rw-r--r--board/sandbox/hostfile.c4
4 files changed, 5 insertions, 5 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>
diff --git a/board/sandbox/clock.c b/board/sandbox/clock.c
index 27ae7e234c..7ad1f53e15 100644
--- a/board/sandbox/clock.c
+++ b/board/sandbox/clock.c
@@ -23,7 +23,7 @@
#include <common.h>
#include <init.h>
#include <clock.h>
-#include <asm/arch/linux.h>
+#include <mach/linux.h>
static uint64_t linux_clocksource_read(void)
{
diff --git a/board/sandbox/console.c b/board/sandbox/console.c
index 7b429df8b3..094521678a 100644
--- a/board/sandbox/console.c
+++ b/board/sandbox/console.c
@@ -22,7 +22,7 @@
#include <common.h>
#include <driver.h>
-#include <asm/arch/linux.h>
+#include <mach/linux.h>
#include <xfuncs.h>
int u_boot_register_console(char *name, int stdinfd, int stdoutfd)
diff --git a/board/sandbox/hostfile.c b/board/sandbox/hostfile.c
index eb3b08ff76..f91601febb 100644
--- a/board/sandbox/hostfile.c
+++ b/board/sandbox/hostfile.c
@@ -23,10 +23,10 @@
#include <common.h>
#include <driver.h>
#include <malloc.h>
-#include <asm/arch/linux.h>
+#include <mach/linux.h>
#include <init.h>
#include <errno.h>
-#include <asm/arch/hostfile.h>
+#include <mach/hostfile.h>
#include <xfuncs.h>
struct hf_priv {