hw/block: Remove ecc
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Oct 2024 16:05:57 +0000 (17:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Oct 2024 14:16:17 +0000 (15:16 +0100)
commit48cbe68670c115d6f0c7e87df6ec5bf9a5228528
tree15724e9c110c2adce4a66b6538153661dffcbbf2
parentde63376387bada2da5f5aee778bc07eb1d897c16
hw/block: Remove ecc

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241003140010.1653808-6-peter.maydell@linaro.org
hw/arm/Kconfig
hw/block/Kconfig
hw/block/ecc.c [deleted file]
hw/block/meson.build
hw/misc/Kconfig
include/hw/block/flash.h