]> Git Repo - qemu.git/commit
riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
authorBin Meng <[email protected]>
Fri, 6 Sep 2019 16:19:51 +0000 (09:19 -0700)
committerPalmer Dabbelt <[email protected]>
Tue, 17 Sep 2019 15:42:44 +0000 (08:42 -0700)
commit04e7edd108308b03f8066f4385fd317aa620ea70
tree0f8055fcf86ea4c9875226f0bfa6412abd8bdaad
parent24e398d06b42e3340be2c7ab54856802b82a1788
riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell

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 <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
hw/riscv/sifive_u.c
hw/riscv/virt.c
This page took 0.024262 seconds and 4 git commands to generate.