Re: [PATCH] hw/riscv: virt: Move flash node to root

2021-08-08 Thread Alistair Francis
On Sat, Aug 7, 2021 at 1:57 PM Bin Meng wrote: > > The flash is not inside the SoC, so it's inappropriate to put it > under the /soc node. Move it to root instead. > > Signed-off-by: Bin Meng Thanks! Applied to riscv-to-apply.next Alistair > --- > > hw/riscv/virt.c | 2 +- > 1 file changed,

Re: [PATCH] hw/riscv: virt: Move flash node to root

2021-08-07 Thread Alistair Francis
On Sat, Aug 7, 2021 at 1:57 PM Bin Meng wrote: > > The flash is not inside the SoC, so it's inappropriate to put it > under the /soc node. Move it to root instead. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > hw/riscv/virt.c | 2 +- > 1 file changed, 1 inserti

Re: [PATCH] hw/riscv: virt: Move flash node to root

2021-08-07 Thread Philippe Mathieu-Daudé
On 8/7/21 5:56 AM, Bin Meng wrote: > The flash is not inside the SoC, so it's inappropriate to put it > under the /soc node. Move it to root instead. > > Signed-off-by: Bin Meng > --- > > hw/riscv/virt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/riscv/virt.c b

[PATCH] hw/riscv: virt: Move flash node to root

2021-08-06 Thread Bin Meng
The flash is not inside the SoC, so it's inappropriate to put it under the /soc node. Move it to root instead. Signed-off-by: Bin Meng --- hw/riscv/virt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c index 4a3cd2599a..89fb607c47 100644 --