aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/olimex-stm32-h405.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm/olimex-stm32-h405.c')
-rw-r--r--hw/arm/olimex-stm32-h405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/olimex-stm32-h405.c b/hw/arm/olimex-stm32-h405.c
index 01ae12f..23f686d 100644
--- a/hw/arm/olimex-stm32-h405.c
+++ b/hw/arm/olimex-stm32-h405.c
@@ -66,7 +66,7 @@ static void olimex_stm32_h405_machine_init(MachineClass *mc)
mc->desc = "Olimex STM32-H405 (Cortex-M4)";
mc->init = olimex_stm32_h405_init;
mc->valid_cpu_types = valid_cpu_types;
- mc->no_sdcard = ON_OFF_AUTO_OFF;
+ mc->auto_create_sdcard = true;
/* SRAM pre-allocated as part of the SoC instantiation */
mc->default_ram_size = 0;