Do not use DTB for armel
authorHilko Bengen <bengen@debian.org>
Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)
committerHilko Bengen <bengen@debian.org>
Mon, 24 Jul 2023 20:48:10 +0000 (21:48 +0100)
Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

lib/guestfs-internal.h

index 306f2a2e64078720231d2450c7b3debb2059f3db..c648ca562dda1a1a9732d9b7a1575ea796d7edec 100644 (file)
@@ -115,6 +115,9 @@ cleanup_mutex_unlock (pthread_mutex_t **ptr)
 /* Machine types. */
 #ifdef __arm__
 #define MACHINE_TYPE "virt"
+#ifdef __ARM_PCS_VFP /* do not use DTB for armel */
+#define DTB_WILDCARD "vexpress*a15-tc1.dtb"
+#endif
 #endif
 #ifdef __aarch64__
 #define MACHINE_TYPE "virt"