diff options
| author | Ronald G. Minnich <rminnich@gmail.com> | 2003-01-13 23:43:36 +0000 | 
|---|---|---|
| committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-01-13 23:43:36 +0000 | 
| commit | bb0322f335bb35bd804454ac136668e8c68f0e58 (patch) | |
| tree | fc7fc44d6aa2006b0d20bbc1f766a9df49e89180 | |
| parent | 973b26db5715086a92aa4f4eed9d202cc435cba5 (diff) | |
| download | flashrom-bb0322f335bb35bd804454ac136668e8c68f0e58.tar.gz flashrom-bb0322f335bb35bd804454ac136668e8c68f0e58.tar.bz2 flashrom-bb0322f335bb35bd804454ac136668e8c68f0e58.zip | |
Quick fix for 82802ac
Corresponding to coreboot v1 svn r736.
| -rw-r--r-- | flash_rom.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/flash_rom.c b/flash_rom.c index 84c76618..a4f8ca5f 100644 --- a/flash_rom.c +++ b/flash_rom.c @@ -63,6 +63,8 @@ struct flashchip flashchips[] = {       probe_m29f400bt,   erase_m29f400bt,   write_linuxbios_m29f400bt},      {"82802ab",   137, 173 ,    NULL, 512, 64*1024,       probe_82802ab,   erase_82802ab,   write_82802ab}, +    {"82802ac",   137, 172 ,    NULL, 1024, 64*1024, +     probe_82802ab,   erase_82802ab,   write_82802ab},      {NULL,}  }; | 
