summary refs log tree commit diff stats
path: root/hw/arm/fby35.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm/fby35.c')
-rw-r--r--hw/arm/fby35.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/fby35.c b/hw/arm/fby35.c
index 9b448bf764..6d3663f14a 100644
--- a/hw/arm/fby35.c
+++ b/hw/arm/fby35.c
@@ -170,7 +170,7 @@ static void fby35_class_init(ObjectClass *oc, void *data)
     mc->init = fby35_init;
     mc->no_floppy = 1;
     mc->no_cdrom = 1;
-    mc->no_sdcard = ON_OFF_AUTO_OFF;
+    mc->auto_create_sdcard = true;
     mc->min_cpus = mc->max_cpus = mc->default_cpus = 3;
 
     object_class_property_add_bool(oc, "execute-in-place",