|
@@ -290,6 +290,8 @@ static void aspeed_soc_ast2600_realize(DeviceState *dev, Error **errp)
|
|
|
|
|
|
object_property_set_int(OBJECT(&s->cpu[i]), "cntfrq", 1125000000,
|
|
|
&error_abort);
|
|
|
+ object_property_set_link(OBJECT(&s->cpu[i]), "memory",
|
|
|
+ OBJECT(get_system_memory()), &error_abort);
|
|
|
|
|
|
if (!qdev_realize(DEVICE(&s->cpu[i]), NULL, errp)) {
|
|
|
return;
|