mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 1/2] ARM: sama5d4_wifx: fix build with moved mach files
@ 2023-04-07 18:43 Sam Ravnborg
  2023-04-11 12:00 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Ravnborg @ 2023-04-07 18:43 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
 arch/arm/boards/sama5d4_wifx/lowlevel.c | 4 ++--
 1 file 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)
 {
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-11 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 18:43 [PATCH v1 1/2] ARM: sama5d4_wifx: fix build with moved mach files Sam Ravnborg
2023-04-11 12:00 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox