diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-20 17:39:43 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-20 17:39:43 +0000 |
commit | 132f2c49003a647c3d063de0efe42a2ed64fc3b3 (patch) | |
tree | 5ddb4e85e4e8e84ebd40e7f4e69ff30ceeb5da52 /util/flash_and_burn/sst49lf040.c | |
parent | e8274965d7c6a4b8d92076df74518cbdecf79090 (diff) | |
download | coreboot-132f2c49003a647c3d063de0efe42a2ed64fc3b3.tar.xz |
rmove unused #define and function declaretion
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/sst49lf040.c')
-rw-r--r-- | util/flash_and_burn/sst49lf040.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util/flash_and_burn/sst49lf040.c b/util/flash_and_burn/sst49lf040.c index ace2f1ae33..f18e733e7a 100644 --- a/util/flash_and_burn/sst49lf040.c +++ b/util/flash_and_burn/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; |