summaryrefslogtreecommitdiff
path: root/hw/integratorcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/integratorcp.c')
-rw-r--r--hw/integratorcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index ac0bd264ff..493866c92f 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -512,6 +512,7 @@ static QEMUMachine integratorcp_machine = {
.name = "integratorcp",
.desc = "ARM Integrator/CP (ARM926EJ-S)",
.init = integratorcp_init,
+ .is_default = 1,
};
static void integratorcp_machine_init(void)