summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91rm9200ek/lowlevel.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 14:26:57 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:45 +0100
commit3bea992476a6b547bffa395342bbf44c99202331 (patch)
tree6f2c0e65af3c03bc522ef02477256a8848024b64 /arch/arm/boards/at91rm9200ek/lowlevel.c
parent94384942a5b5857da7452eaa0bdefc16ad2edc7e (diff)
downloadbarebox-3bea992476a6b547bffa395342bbf44c99202331.tar.gz
barebox-3bea992476a6b547bffa395342bbf44c99202331.tar.xz
ARM: at91: Move mach header files to include/mach/at91
Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all at91 specific header files to include/mach/at91/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/at91rm9200ek/lowlevel.c')
-rw-r--r--arch/arm/boards/at91rm9200ek/lowlevel.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boards/at91rm9200ek/lowlevel.c b/arch/arm/boards/at91rm9200ek/lowlevel.c
index 2a76e206e3..f412de7d4a 100644
--- a/arch/arm/boards/at91rm9200ek/lowlevel.c
+++ b/arch/arm/boards/at91rm9200ek/lowlevel.c
@@ -7,13 +7,13 @@
#include <common.h>
#include <init.h>
-#include <mach/barebox-arm.h>
+#include <mach/at91/barebox-arm.h>
-#include <mach/at91rm9200_mc.h>
-#include <mach/at91rm9200.h>
-#include <mach/at91_pio.h>
-#include <mach/at91_pmc.h>
-#include <mach/hardware.h>
+#include <mach/at91/at91rm9200_mc.h>
+#include <mach/at91/at91rm9200.h>
+#include <mach/at91/at91_pio.h>
+#include <mach/at91/at91_pmc.h>
+#include <mach/at91/hardware.h>
#include "config.h"