Re: [PATCH v4 1/4] hw/block/m25p80: Make Numonyx config field names more accurate

2020-11-16 Thread Francisco Iglesias
On Thu, Nov 12, 2020 at 07:10:52PM -0800, Joe Komlodi wrote: > The previous naming of the configuration registers made it sound like that if > the bits were set the settings would be enabled, while the opposite is true. > > Signed-off-by: Joe Komlodi Reviewed-by: Francisco Iglesias > --- >

[PATCH v4 1/4] hw/block/m25p80: Make Numonyx config field names more accurate

2020-11-12 Thread Joe Komlodi
The previous naming of the configuration registers made it sound like that if the bits were set the settings would be enabled, while the opposite is true. Signed-off-by: Joe Komlodi --- hw/block/m25p80.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git