From 3a3dea72604bc59bf44eeaa23b06fc21a7093bbc Mon Sep 17 00:00:00 2001 From: Ollie Lho Date: Sat, 20 Mar 2004 17:39:43 +0000 Subject: Remove unused #define and function declaration Corresponding to flashrom svn r17 and coreboot v2 svn r1459. --- sst39sf020.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sst39sf020.c') diff --git a/sst39sf020.c b/sst39sf020.c index 25d141a..401247a 100644 --- a/sst39sf020.c +++ b/sst39sf020.c @@ -34,10 +34,6 @@ #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 static __inline__ int erase_sector_39sf020(volatile char *bios, unsigned long address) -- cgit v1.1