Message ID | 20240307145207.247913-10-gaosong@loongson.cn |
---|---|
State | New |
Headers | show |
Series | [PULL,01/17] hw/loongarch: Move boot fucntions to boot.c | expand |
diff --git a/hw/loongarch/virt.c b/hw/loongarch/virt.c index 8981b57b12..10fdfec5dd 100644 --- a/hw/loongarch/virt.c +++ b/hw/loongarch/virt.c @@ -325,7 +325,7 @@ static void fdt_add_memory_node(MachineState *ms, char *nodename = g_strdup_printf("/memory@%" PRIx64, base); qemu_fdt_add_subnode(ms->fdt, nodename); - qemu_fdt_setprop_cells(ms->fdt, nodename, "reg", 2, base, 2, size); + qemu_fdt_setprop_cells(ms->fdt, nodename, "reg", 0, base, 0, size); qemu_fdt_setprop_string(ms->fdt, nodename, "device_type", "memory"); if (ms->numa_state && ms->numa_state->num_nodes) {