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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/olimex-stm32-h405.c b/hw/arm/olimex-stm32-h405.c
index 1f15620..01ae12f 100644
--- a/hw/arm/olimex-stm32-h405.c
+++ b/hw/arm/olimex-stm32-h405.c
@@ -66,6 +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;
/* SRAM pre-allocated as part of the SoC instantiation */
mc->default_ram_size = 0;