Re: [PATCH 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs

2022-04-11 Thread Peter Maydell
On Wed, 6 Apr 2022 at 23:34, Hao Wu wrote: > > This patch uses the defined fields to describe PWRON STRAPs for > better readability. > > Signed-off-by: Hao Wu > Reviewed-by: Patrick Venture > --- > hw/arm/npcm7xx_boards.c | 24 +++- > 1 file changed, 19 insertions(+), 5

[PATCH 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs

2022-04-06 Thread Hao Wu
This patch uses the defined fields to describe PWRON STRAPs for better readability. Signed-off-by: Hao Wu Reviewed-by: Patrick Venture --- hw/arm/npcm7xx_boards.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/hw/arm/npcm7xx_boards.c