summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/mem-init.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 10:22:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:44 +0100
commitfaf54bb0bb4660d41efca0d24a161f8dd5ef689c (patch)
treeb28b100d7f49c00c2ebfdb6aea35970871b121dd /arch/arm/mach-mxs/mem-init.c
parentedf7af7bdb200b95d0e3bac8e11d4eca4fe33e31 (diff)
downloadbarebox-faf54bb0bb4660d41efca0d24a161f8dd5ef689c.tar.gz
barebox-faf54bb0bb4660d41efca0d24a161f8dd5ef689c.tar.xz
ARM: mxs: Move mach header files to include/mach/mxs
Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all mxs specific header files to include/mach/mxs/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/mem-init.c')
-rw-r--r--arch/arm/mach-mxs/mem-init.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-mxs/mem-init.c b/arch/arm/mach-mxs/mem-init.c
index 44785c2bfc..0d289266d0 100644
--- a/arch/arm/mach-mxs/mem-init.c
+++ b/arch/arm/mach-mxs/mem-init.c
@@ -12,16 +12,16 @@
#include <common.h>
#include <config.h>
#include <io.h>
-#include <mach/imx-regs.h>
+#include <mach/mxs/imx-regs.h>
#include <linux/compiler.h>
-#include <mach/init.h>
-#include <mach/regs-power-mx28.h>
+#include <mach/mxs/init.h>
+#include <mach/mxs/regs-power-mx28.h>
#if defined CONFIG_ARCH_IMX23
-# include <mach/regs-clkctrl-mx23.h>
+#include <mach/mxs/regs-clkctrl-mx23.h>
#endif
#if defined CONFIG_ARCH_IMX28
-# include <mach/regs-clkctrl-mx28.h>
+#include <mach/mxs/regs-clkctrl-mx28.h>
#endif
/* 1 second delay should be plenty of time for block reset. */