aboutsummaryrefslogtreecommitdiffstats
path: root/sst49lf040.c
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2004-03-20 17:39:43 +0000
committerOllie Lho <ollie@sis.com.tw>2004-03-20 17:39:43 +0000
commit3a3dea72604bc59bf44eeaa23b06fc21a7093bbc (patch)
tree9fd7861688575fa5d3010d48bd978162458d2565 /sst49lf040.c
parentf51a766f89a3d37ef4f6e4898621b91c8912e566 (diff)
downloadflashrom-3a3dea72604bc59bf44eeaa23b06fc21a7093bbc.tar.gz
flashrom-3a3dea72604bc59bf44eeaa23b06fc21a7093bbc.tar.bz2
flashrom-3a3dea72604bc59bf44eeaa23b06fc21a7093bbc.zip
Remove unused #define and function declaration
Corresponding to flashrom svn r17 and coreboot v2 svn r1459.
Diffstat (limited to 'sst49lf040.c')
-rw-r--r--sst49lf040.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sst49lf040.c b/sst49lf040.c
index ace2f1ae..f18e733e 100644
--- a/sst49lf040.c
+++ b/sst49lf040.c
@@ -30,14 +30,6 @@
#include "jedec.h"
#include "sst49lf040.h"
-#define AUTO_PG_ERASE1 0x20
-#define AUTO_PG_ERASE2 0xD0
-#define AUTO_PGRM 0x10
-#define CHIP_ERASE 0x30
-#define RESET 0xFF
-#define READ_ID 0x90
-
-
int write_49lf040(struct flashchip *flash, unsigned char *buf)
{
int i;