mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! ARM64: qemu-virt64: migrate to generic DT image
@ 2021-03-17 10:43 Ahmad Fatoum
  2021-03-17 10:57 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2021-03-17 10:43 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Otherwise we get a warning.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
 arch/arm/boards/qemu-virt/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/qemu-virt/board.c b/arch/arm/boards/qemu-virt/board.c
index 3e2c00ca1763..d0a7e3da4ff3 100644
--- a/arch/arm/boards/qemu-virt/board.c
+++ b/arch/arm/boards/qemu-virt/board.c
@@ -9,7 +9,7 @@
 #include <asm/system_info.h>
 #include <asm/barebox-arm.h>
 
-#if CONFIG_64BIT
+#ifdef CONFIG_64BIT
 #define MACHINE "virt64"
 #else
 #define MACHINE "virt"
-- 
2.30.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-03-17 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 10:43 [PATCH] fixup! ARM64: qemu-virt64: migrate to generic DT image Ahmad Fatoum
2021-03-17 10:57 ` Sascha Hauer

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