summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-06-22 17:06:41 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2008-06-22 17:06:41 +0000
commitdb52c58e06e250e2b44dfecf18b3646eb00c7f6a (patch)
tree1e2ffc47f73943201415adb8242967cd94ce8ea5 /flash.h
parentf1614e8d1c66d4787d9510a54db0dbe2644fe134 (diff)
downloadast2050-flashrom-db52c58e06e250e2b44dfecf18b3646eb00c7f6a.zip
ast2050-flashrom-db52c58e06e250e2b44dfecf18b3646eb00c7f6a.tar.gz
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.* Corresponding to flashrom svn r269 and coreboot v2 svn r3382. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/flash.h b/flash.h
index 8ed8c92..35d3d8f 100644
--- a/flash.h
+++ b/flash.h
@@ -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.
OpenPOWER on IntegriCloud