On 3/10/24 16:00, Peter Maydell wrote:
The ecc.c code was used only by the PXA2xx and OMAP2 SoC devices,
which we have removed, so it is now completely unused.
Note that hw/misc/eccmemctl.c does not in fact use any of the
code frome ecc.c, so that KConfig dependency was incorrect.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
include/hw/block/flash.h | 11 -----
hw/block/ecc.c | 91 ----------------------------------------
hw/arm/Kconfig | 1 -
hw/block/Kconfig | 3 --
hw/block/meson.build | 1 -
hw/misc/Kconfig | 1 -
6 files changed, 108 deletions(-)
delete mode 100644 hw/block/ecc.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>