[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] hw/openrisc/openrisc_sim: Paramatarize initialization
From: |
Stafford Horne |
Subject: |
Re: [PATCH 2/4] hw/openrisc/openrisc_sim: Paramatarize initialization |
Date: |
Thu, 10 Feb 2022 21:18:05 +0900 |
On Thu, Feb 10, 2022 at 12:07:02PM +0100, Philippe Mathieu-Daudé wrote:
> On 10/2/22 07:30, Stafford Horne wrote:
> > Move magic numbers to variables and enums. These will be
> > reused for upcoming fdt initialization.
> >
> > Signed-off-by: Stafford Horne <shorne@gmail.com>
> > ---
> > hw/openrisc/openrisc_sim.c | 42 ++++++++++++++++++++++++++++++--------
> > 1 file changed, 34 insertions(+), 8 deletions(-)
>
> Typo "Parameterize" in subject.
Yes.
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Thank you.