summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:23:26 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:23:26 +0200
commitdaad436bf76ad8acdf66326b1cc3769434cca97f (patch)
treebbcce57e314aacd158b2cec51434a1a859399468 /board
parent139b569c07b45b09d084df6655e39ca233a16635 (diff)
downloadbarebox-daad436bf76ad8acdf66326b1cc3769434cca97f.tar.gz
barebox-daad436bf76ad8acdf66326b1cc3769434cca97f.tar.xz
[M68K] Move include/asm-m68k/{arch,proc}-* to arch/m68k/*/include/{mach,proc}
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board')
-rw-r--r--board/kp_ukd_r1_num/highlevel_init.c2
-rw-r--r--board/kp_ukd_r1_num/kp_ukd_r1_num.c6
-rw-r--r--board/kp_ukd_r1_num/lowlevel_init.c2
-rw-r--r--board/phycore_mcf54xx/highlevel_init.c2
-rw-r--r--board/phycore_mcf54xx/lowlevel_init.c2
-rw-r--r--board/phycore_mcf54xx/phyCore_MCF54xx.c4
6 files changed, 9 insertions, 9 deletions
diff --git a/board/kp_ukd_r1_num/highlevel_init.c b/board/kp_ukd_r1_num/highlevel_init.c
index e3d9a16ce3..11b30f183c 100644
--- a/board/kp_ukd_r1_num/highlevel_init.c
+++ b/board/kp_ukd_r1_num/highlevel_init.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <reloc.h>
#include <config.h>
-#include <asm/arch/mcf54xx-regs.h>
+#include <mach/mcf54xx-regs.h>
static void board_gpio_init(void)
{
diff --git a/board/kp_ukd_r1_num/kp_ukd_r1_num.c b/board/kp_ukd_r1_num/kp_ukd_r1_num.c
index 7518286822..a9052e196c 100644
--- a/board/kp_ukd_r1_num/kp_ukd_r1_num.c
+++ b/board/kp_ukd_r1_num/kp_ukd_r1_num.c
@@ -24,9 +24,9 @@
#include <driver.h>
#include <fec.h>
#include <environment.h>
-#include <asm/arch/mcf54xx-regs.h>
-//#include <asm/arch/gpio.h>
-#include <asm/arch/clocks.h>
+#include <mach/mcf54xx-regs.h>
+//#include <mach/gpio.h>
+#include <mach/clocks.h>
#include <asm/io.h>
#include <partition.h>
diff --git a/board/kp_ukd_r1_num/lowlevel_init.c b/board/kp_ukd_r1_num/lowlevel_init.c
index 56863afb0d..31b3bb9815 100644
--- a/board/kp_ukd_r1_num/lowlevel_init.c
+++ b/board/kp_ukd_r1_num/lowlevel_init.c
@@ -23,7 +23,7 @@
*/
#include <common.h>
#include <config.h>
-#include <asm/arch/mcf54xx-regs.h>
+#include <mach/mcf54xx-regs.h>
/** Initialize board specific very early inits
*
diff --git a/board/phycore_mcf54xx/highlevel_init.c b/board/phycore_mcf54xx/highlevel_init.c
index e3d9a16ce3..11b30f183c 100644
--- a/board/phycore_mcf54xx/highlevel_init.c
+++ b/board/phycore_mcf54xx/highlevel_init.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <reloc.h>
#include <config.h>
-#include <asm/arch/mcf54xx-regs.h>
+#include <mach/mcf54xx-regs.h>
static void board_gpio_init(void)
{
diff --git a/board/phycore_mcf54xx/lowlevel_init.c b/board/phycore_mcf54xx/lowlevel_init.c
index a4da9ec6e6..89ac6ff8d9 100644
--- a/board/phycore_mcf54xx/lowlevel_init.c
+++ b/board/phycore_mcf54xx/lowlevel_init.c
@@ -23,7 +23,7 @@
*/
#include <common.h>
#include <config.h>
-#include <asm/arch/mcf54xx-regs.h>
+#include <mach/mcf54xx-regs.h>
/** Initialize board specific very early inits
*
diff --git a/board/phycore_mcf54xx/phyCore_MCF54xx.c b/board/phycore_mcf54xx/phyCore_MCF54xx.c
index f8e96d3af3..6fe799328d 100644
--- a/board/phycore_mcf54xx/phyCore_MCF54xx.c
+++ b/board/phycore_mcf54xx/phyCore_MCF54xx.c
@@ -26,8 +26,8 @@
#include <driver.h>
#include <fec.h>
#include <environment.h>
-#include <asm/arch/mcf54xx-regs.h>
-#include <asm/arch/clocks.h>
+#include <mach/mcf54xx-regs.h>
+#include <mach/clocks.h>
#include <asm/io.h>
#include <partition.h>