Re: [PATCH v1 3/3] hw/riscv: opentitan: Add the flash alias

2021-07-05 Thread Alistair Francis
On Mon, Jul 5, 2021 at 4:16 PM Bin Meng wrote: > > On Fri, Jul 2, 2021 at 1:20 PM Alistair Francis > wrote: > > Could you add some commit message to explain this alias? Yep, I'll add something. > > > > > Signed-off-by: Alistair Francis > > --- > > include/hw/riscv/opentitan.h | 2 ++ > > hw/r

Re: [PATCH v1 3/3] hw/riscv: opentitan: Add the flash alias

2021-07-04 Thread Bin Meng
On Fri, Jul 2, 2021 at 1:20 PM Alistair Francis wrote: Could you add some commit message to explain this alias? > > Signed-off-by: Alistair Francis > --- > include/hw/riscv/opentitan.h | 2 ++ > hw/riscv/opentitan.c | 6 ++ > 2 files changed, 8 insertions(+) > > diff --git a/includ

[PATCH v1 3/3] hw/riscv: opentitan: Add the flash alias

2021-07-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- include/hw/riscv/opentitan.h | 2 ++ hw/riscv/opentitan.c | 6 ++ 2 files changed, 8 insertions(+) diff --git a/include/hw/riscv/opentitan.h b/include/hw/riscv/opentitan.h index a488f5e8ec..9f93bebdac 100644 --- a/include/hw/riscv/opentitan.h +++ b