Re: [PATCH 2/8] hw/riscv: virt: Switch to use qemu_fdt_setprop_string_array() helper

2021-03-31 Thread Alistair Francis
On Mon, Mar 29, 2021 at 1:17 PM Bin Meng wrote: > > From: Bin Meng > > Since commit 78da6a1bca22 ("device_tree: add qemu_fdt_setprop_string_array > helper"), > we can use the new helper to set the compatible strings for the > SiFive test device node. > > Signed-off-by: Bin Meng Reviewed-by: Al

[PATCH 2/8] hw/riscv: virt: Switch to use qemu_fdt_setprop_string_array() helper

2021-03-29 Thread Bin Meng
From: Bin Meng Since commit 78da6a1bca22 ("device_tree: add qemu_fdt_setprop_string_array helper"), we can use the new helper to set the compatible strings for the SiFive test device node. Signed-off-by: Bin Meng --- hw/riscv/virt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)