all boards previously using it now use a SYSBUS_SDHCI child. Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- hw/sd/sdhci.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index d7e247cb48..34bda73b66 100644 --- a/hw/sd/sdhci.c +++ b/hw/sd/sdhci.c @@ -1463,6 +1463,7 @@ static void sdhci_sysbus_class_init(ObjectClass *klass, void *data) } static const TypeInfo sdhci_sysbus_info = { + .abstract = true, .name = TYPE_SYSBUS_SDHCI, .parent = TYPE_SYS_BUS_DEVICE, .instance_size = sizeof(SDHCIState), -- 2.15.1