[PATCH] fixup! ARM64: qemu-virt64: migrate to generic DT image
Ahmad Fatoum
ahmad at a3f.at
Wed Mar 17 10:43:22 GMT 2021
Otherwise we get a warning.
Signed-off-by: Ahmad Fatoum <ahmad at 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
More information about the barebox
mailing list