Commit bb0322f3 authored by Ronald G. Minnich's avatar Ronald G. Minnich
Browse files

Quick fix for 82802ac

Corresponding to coreboot v1 svn r736.
parent 973b26db
......@@ -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,}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment