diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:30 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:41:22 +0100 |
commit | 7f392760a79eb05e28ea1df6807e006057b91906 (patch) | |
tree | 65853e949e3b4aeb218b6130500843f0c57f305e /include/hw | |
parent | 647aa5ba0aaf43f7d80ead5d5477fd259cb3a1c8 (diff) | |
download | qemu-7f392760a79eb05e28ea1df6807e006057b91906.zip qemu-7f392760a79eb05e28ea1df6807e006057b91906.tar.gz qemu-7f392760a79eb05e28ea1df6807e006057b91906.tar.bz2 |
hw/block: Remove OneNAND device
The OneNAND devices were only used by n800/n810, so they
can be removed now.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240903160751.4100218-33-peter.maydell@linaro.org
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/block/flash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/block/flash.h b/include/hw/block/flash.h index 2b5ccd9..b985c82 100644 --- a/include/hw/block/flash.h +++ b/include/hw/block/flash.h @@ -62,9 +62,6 @@ uint32_t nand_getbuswidth(DeviceState *dev); #define NAND_MFR_HYNIX 0xad #define NAND_MFR_MICRON 0x2c -/* onenand.c */ -void *onenand_raw_otp(DeviceState *onenand_device); - /* ecc.c */ typedef struct { uint8_t cp; /* Column parity */ |