1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

Quick fix for 82802ac

Corresponding to coreboot v1 svn r736.
This commit is contained in:
Ronald G. Minnich 2003-01-13 23:43:36 +00:00
parent 973b26db57
commit bb0322f335

View File

@ -63,6 +63,8 @@ struct flashchip flashchips[] = {
probe_m29f400bt, erase_m29f400bt, write_linuxbios_m29f400bt}, probe_m29f400bt, erase_m29f400bt, write_linuxbios_m29f400bt},
{"82802ab", 137, 173 , NULL, 512, 64*1024, {"82802ab", 137, 173 , NULL, 512, 64*1024,
probe_82802ab, erase_82802ab, write_82802ab}, probe_82802ab, erase_82802ab, write_82802ab},
{"82802ac", 137, 172 , NULL, 1024, 64*1024,
probe_82802ab, erase_82802ab, write_82802ab},
{NULL,} {NULL,}
}; };