flashrom: Remove dead M-Systems Disk on Chip code
DOC support has been disabled by default for many years. The write function does nothing but print text. It has a call to write_page_md2802() commented out, but that function does not exist. This is dead code with ugly #ifdefs. Updates README to reflect that there was a time when there was code, but it didn't work. Removes M-Systems #defines and also includes svn rm msys_doc.* Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3382 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
fb73fa1bcb
commit
b05b6a2555
@@ -192,11 +192,6 @@ extern struct flashchip flashchips[];
|
||||
|
||||
#define ISSI_ID 0xD5 /* ISSI Integrated Silicon Solutions */
|
||||
|
||||
#define MSYSTEMS_ID 0x156F /* M-Systems, not listed in JEP106W */
|
||||
#define MSYSTEMS_MD2200 0xDB
|
||||
#define MSYSTEMS_MD2800 0x30 /* hmm -- both 0x30 */
|
||||
#define MSYSTEMS_MD2802 0x30 /* hmm -- both 0x30 */
|
||||
|
||||
/*
|
||||
* MX25 chips are SPI, first byte of device ID is memory type,
|
||||
* second byte of device ID is log(bitsize)-9.
|
||||
|
Reference in New Issue
Block a user