summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9n12ek/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/at91sam9n12ek/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/at91sam9n12ek/lowlevel.c')
-rw-r--r--arch/arm/boards/at91sam9n12ek/lowlevel.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/boards/at91sam9n12ek/lowlevel.c b/arch/arm/boards/at91sam9n12ek/lowlevel.c
index 21a0721ecc..4b981fd49f 100644
--- a/arch/arm/boards/at91sam9n12ek/lowlevel.c
+++ b/arch/arm/boards/at91sam9n12ek/lowlevel.c
@@ -7,10 +7,9 @@
#include <common.h>
#include <init.h>
-#include <mach/barebox-arm.h>
-
-#include <mach/at91_ddrsdrc.h>
-#include <mach/hardware.h>
+#include <mach/at91/barebox-arm.h>
+#include <mach/at91/at91_ddrsdrc.h>
+#include <mach/at91/hardware.h>
AT91_ENTRY_FUNCTION(start_at91sam9n12ek, r0, r1, r2)
{