From cbbf1259817896cd6339e7517404ba64aa85ed8d Mon Sep 17 00:00:00 2001 From: Ollie Lho Date: Wed, 17 Mar 2004 22:22:08 +0000 Subject: Move utility functions into new source files Corresponding to flashrom svn r6 and coreboot v2 svn r1428. --- sst39sf020.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sst39sf020.c') diff --git a/sst39sf020.c b/sst39sf020.c index 65fc623..fa35276 100644 --- a/sst39sf020.c +++ b/sst39sf020.c @@ -32,7 +32,7 @@ #define AUTO_PG_ERASE1 0x20 #define AUTO_PG_ERASE2 0xD0 -#define AUTO_PGRM 0x10 +#define AUTO_PGRM 0x10 #define CHIP_ERASE 0x30 #define RESET 0xFF #define READ_ID 0x90 -- cgit v1.1