summaryrefslogtreecommitdiff
path: root/util/flashrom/flash.h
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-06-22 17:06:41 +0000
committerStefan Reinauer <stepan@openbios.org>2008-06-22 17:06:41 +0000
commitb05b6a2555e04e3af2f62014d373aef64e0e469f (patch)
treec4005ea6db7fc03894114846ff8b4616f0e320c6 /util/flashrom/flash.h
parentfb73fa1bcb3ac3579ad786911c09f05950c8b3a8 (diff)
downloadcoreboot-b05b6a2555e04e3af2f62014d373aef64e0e469f.tar.xz
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
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r--util/flashrom/flash.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h
index 8ed8c92d12..35d3d8f1b4 100644
--- a/util/flashrom/flash.h
+++ b/util/flashrom/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.