Re: [Qemu-devel] [PATCH 02/28] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell

2019-08-05 Thread Alistair Francis
On Mon, Aug 5, 2019 at 9:04 AM Bin Meng wrote: > > Some of the properties only have 1 cell so we should use > qemu_fdt_setprop_cell() instead of qemu_fdt_setprop_cells(). > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > hw/riscv/sifive_u.c | 16 >

[Qemu-devel] [PATCH 02/28] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell

2019-08-05 Thread Bin Meng
Some of the properties only have 1 cell so we should use qemu_fdt_setprop_cell() instead of qemu_fdt_setprop_cells(). Signed-off-by: Bin Meng --- hw/riscv/sifive_u.c | 16 hw/riscv/virt.c | 24 2 files changed, 20 insertions(+), 20 deletions(-)