summaryrefslogtreecommitdiffstats
path: root/board/freescale-mx35-3-stack
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:25 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:25 +0200
commitf6a579da9c6c3e2d776f9251bcc727f6e17c0a11 (patch)
treeee85d7902996c70bffe668b5d7172dee24c46574 /board/freescale-mx35-3-stack
parent9956bdf77d7dbc61fe0f923917d2cdce3e2b40e5 (diff)
downloadbarebox-f6a579da9c6c3e2d776f9251bcc727f6e17c0a11.tar.gz
barebox-f6a579da9c6c3e2d776f9251bcc727f6e17c0a11.tar.xz
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/freescale-mx35-3-stack')
-rw-r--r--board/freescale-mx35-3-stack/3stack.c10
-rw-r--r--board/freescale-mx35-3-stack/lowlevel_init.S2
2 files changed, 6 insertions, 6 deletions
diff --git a/board/freescale-mx35-3-stack/3stack.c b/board/freescale-mx35-3-stack/3stack.c
index 84b94f5abc..ade5d12f98 100644
--- a/board/freescale-mx35-3-stack/3stack.c
+++ b/board/freescale-mx35-3-stack/3stack.c
@@ -23,20 +23,20 @@
#include <cfi_flash.h>
#include <init.h>
#include <environment.h>
-#include <asm/arch/imx-regs.h>
+#include <mach/imx-regs.h>
#include <fec.h>
-#include <asm/arch/gpio.h>
+#include <mach/gpio.h>
#include <asm/armlinux.h>
#include <asm/mach-types.h>
-#include <asm/arch/pmic.h>
+#include <mach/pmic.h>
#include <partition.h>
#include <fs.h>
#include <fcntl.h>
#include <nand.h>
#include <spi/spi.h>
#include <asm/io.h>
-#include <asm/arch/imx-nand.h>
-#include <asm/arch/iomux-mx35.h>
+#include <mach/imx-nand.h>
+#include <mach/iomux-mx35.h>
static struct device_d cfi_dev = {
.name = "cfi_flash",
diff --git a/board/freescale-mx35-3-stack/lowlevel_init.S b/board/freescale-mx35-3-stack/lowlevel_init.S
index 02b0326ca3..f912a3a1b0 100644
--- a/board/freescale-mx35-3-stack/lowlevel_init.S
+++ b/board/freescale-mx35-3-stack/lowlevel_init.S
@@ -5,7 +5,7 @@
*/
#include <config.h>
-#include <asm/arch/imx-regs.h>
+#include <mach/imx-regs.h>
#define writel(val, reg) \
ldr r0, =reg; \