On Thu, Jan 5, 2023 at 6:28 AM Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > We converted all caller of pflash_cfi02_register() by open > coding a call to pflash_cfi02_create() followed by an explicit > call to sysbus_mmio_map(); we can now remove it. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > hw/block/pflash_cfi02.c | 22 ---------------------- > include/hw/block/flash.h | 12 ------------ > 2 files changed, 34 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>