Re: [PATCH v3 1/3] riscv/sifive_u: Fix up file ordering

2020-03-06 Thread Bin Meng
On Sat, Mar 7, 2020 at 5:44 AM Alistair Francis wrote: > > Split the file into clear machine and SoC sections. > > Signed-off-by: Alistair Francis > --- > hw/riscv/sifive_u.c | 109 ++-- > 1 file changed, 55 insertions(+), 54 deletions(-) > Reviewed-by: B

[PATCH v3 1/3] riscv/sifive_u: Fix up file ordering

2020-03-06 Thread Alistair Francis
Split the file into clear machine and SoC sections. Signed-off-by: Alistair Francis --- hw/riscv/sifive_u.c | 109 ++-- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_u.c index 156a003642..4688837216 1