|
@@ -830,8 +830,8 @@ static void sifive_u_soc_realize(DeviceState *dev, Error **errp)
|
|
|
qdev_prop_set_string(DEVICE(&s->u_cpus), "cpu-type", s->cpu_type);
|
|
|
qdev_prop_set_uint64(DEVICE(&s->u_cpus), "resetvec", 0x1004);
|
|
|
|
|
|
- sysbus_realize(SYS_BUS_DEVICE(&s->e_cpus), &error_abort);
|
|
|
- sysbus_realize(SYS_BUS_DEVICE(&s->u_cpus), &error_abort);
|
|
|
+ sysbus_realize(SYS_BUS_DEVICE(&s->e_cpus), &error_fatal);
|
|
|
+ sysbus_realize(SYS_BUS_DEVICE(&s->u_cpus), &error_fatal);
|
|
|
/*
|
|
|
* The cluster must be realized after the RISC-V hart array container,
|
|
|
* as the container's CPU object is only created on realize, and the
|