diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-17 22:22:08 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-17 22:22:08 +0000 |
commit | 115bd0549bfca99a49e5d929820af605dab715b1 (patch) | |
tree | 9cf65953314b057078a77b523d417c5b04821d38 /util/flash_and_burn/sst39sf020.c | |
parent | fc2ad05e6f478a16e68d926448c6337f1c4fa436 (diff) | |
download | coreboot-115bd0549bfca99a49e5d929820af605dab715b1.tar.xz |
move utility functions into new source files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1428 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/sst39sf020.c')
-rw-r--r-- | util/flash_and_burn/sst39sf020.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |