removed false alarm of erase/write, use verify '-v' if you are not sure about the integrity

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1486 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo
2004-03-27 00:18:15 +00:00
parent 4cd79f3f86
commit 39daaac582
8 changed files with 77 additions and 138 deletions

View File

@ -31,7 +31,7 @@ struct flashchip {
#define MX_ID 0xC2
#define MX_29F002 0xB0
#define SST_ID 0xBF /* SST Manufacturer ID[B code */
#define SST_ID 0xBF /* SST Manufacturer ID code */
#define SST_29EE020A 0x10 /* SST 29EE020 device code */
#define SST_28SF040 0x04 /* SST 29EE040 device code */
#define SST_39SF020 0xB6 /* SST 39SF020 device */