summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/lowlevel_init.S
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 10:44:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:44 +0100
commit2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd (patch)
treef36a4ca5190c2eb9189fca91b29e17e5b7444ec6 /arch/arm/mach-ep93xx/lowlevel_init.S
parentfaf54bb0bb4660d41efca0d24a161f8dd5ef689c (diff)
downloadbarebox-2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd.tar.gz
barebox-2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd.tar.xz
ARM: ep93xx: Move mach header files to include/mach/ep93xx
Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all ep93xx specific header files to include/mach/ep93xx/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-ep93xx/lowlevel_init.S')
-rw-r--r--arch/arm/mach-ep93xx/lowlevel_init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/lowlevel_init.S b/arch/arm/mach-ep93xx/lowlevel_init.S
index 8b0ce3792a..5cc24a1cc0 100644
--- a/arch/arm/mach-ep93xx/lowlevel_init.S
+++ b/arch/arm/mach-ep93xx/lowlevel_init.S
@@ -18,7 +18,7 @@
*/
#include <linux/sizes.h>
-#include <mach/ep93xx-regs.h>
+#include <mach/ep93xx/ep93xx-regs.h>
#include <asm/barebox-arm-head.h>
.globl barebox_arm_reset_vector