From 115bd0549bfca99a49e5d929820af605dab715b1 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Wed, 17 Mar 2004 22:22:08 +0000 Subject: move utility functions into new source files git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1428 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flash_and_burn/sst39sf020.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flash_and_burn/sst39sf020.c') diff --git a/util/flash_and_burn/sst39sf020.c b/util/flash_and_burn/sst39sf020.c index 65fc623825..fa35276e94 100644 --- a/util/flash_and_burn/sst39sf020.c +++ b/util/flash_and_burn/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.2.3