diff options
author | Peter Stuge <peter@stuge.se> | 2008-06-22 17:06:41 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-06-22 17:06:41 +0000 |
commit | b05b6a2555e04e3af2f62014d373aef64e0e469f (patch) | |
tree | c4005ea6db7fc03894114846ff8b4616f0e320c6 /util/flashrom/Makefile | |
parent | fb73fa1bcb3ac3579ad786911c09f05950c8b3a8 (diff) | |
download | coreboot-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/Makefile')
-rw-r--r-- | util/flashrom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index 26b3916163..f6234f1518 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -11,7 +11,7 @@ STRIP = strip INSTALL = /usr/bin/install PREFIX = /usr/local #CFLAGS = -O2 -g -Wall -Werror -CFLAGS = -Os -Wall -Werror -DDISABLE_DOC # -DTS5300 +CFLAGS = -Os -Wall -Werror # -DTS5300 OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), SunOS) LDFLAGS = -lpci -lz @@ -26,7 +26,7 @@ endif OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \ sst28sf040.o am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o \ - w49f002u.o 82802ab.o msys_doc.o pm49fl00x.o sst49lf040.o \ + w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o \ sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o \ flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \ ichspi.o |