summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2023-04-07 20:43:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-04-11 13:59:29 +0200
commitc23ab1c0fd855c1c9c05636b42792502d00efb41 (patch)
treedf07fd2e208a3b47cba913a2db46199dd97b3790 /arch
parentb29f0b14404d4d1c9e08ecee56fbd8788d90aa68 (diff)
downloadbarebox-c23ab1c0fd855c1c9c05636b42792502d00efb41.tar.gz
ARM: sama5d4_wifx: fix build with moved mach files
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://lore.barebox.org/20230407184356.GA1648837@ravnborg.org Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/sama5d4_wifx/lowlevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/sama5d4_wifx/lowlevel.c b/arch/arm/boards/sama5d4_wifx/lowlevel.c
index 0c3529e659..c47b14c55b 100644
--- a/arch/arm/boards/sama5d4_wifx/lowlevel.c
+++ b/arch/arm/boards/sama5d4_wifx/lowlevel.c
@@ -2,8 +2,8 @@
// SPDX-FileCopyrightText: 2022 Ahmad Fatoum, Pengutronix
#include <debug_ll.h>
-#include <mach/barebox-arm.h>
-#include <mach/ddramc.h>
+#include <mach/at91/barebox-arm.h>
+#include <mach/at91/ddramc.h>
SAMA5D4_ENTRY_FUNCTION(start_sama5d4_wifx_l1, r4)
{