projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630195e
)
Do not use DTB for armel
author
Hilko Bengen
<bengen@debian.org>
Sun, 6 Jul 2014 19:34:47 +0000
(21:34 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Sun, 19 Oct 2014 13:07:52 +0000
(13:07 +0000)
Gbp-Pq: Name 0003-Do-not-use-DTB-for-armel.patch
src/guestfs-internal.h
patch
|
blob
|
history
diff --git
a/src/guestfs-internal.h
b/src/guestfs-internal.h
index fd0c4a176c278a4f447439a34fab64cbd9a25cc5..e2d19c607f46b27558f98a9d5127b60eaf6d65a9 100644
(file)
--- a/
src/guestfs-internal.h
+++ b/
src/guestfs-internal.h
@@
-145,8
+145,10
@@
* internally when using mach-virt).
*/
#define MACHINE_TYPE "vexpress-a15"
+#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"
#endif