commit | fc7fbdd3fcdb893d4e55d0c7d56f988e52f5cfba | [log] [tgz] |
---|---|---|
author | Ronald G. Minnich <rminnich@gmail.com> | Wed Mar 01 16:11:05 2006 +0000 |
committer | Ronald G. Minnich <rminnich@gmail.com> | Wed Mar 01 16:11:05 2006 +0000 |
tree | aab627753c205a4589c056bc1d7b8ca719f68fdb | |
parent | d2c3a622b7801dfd59c19c1d1149396e0e37669c [diff] |
A few new items and mods for ollie Corresponding to flashrom svn r43 and coreboot v2 svn r2189.
diff --git a/flashchips.c b/flashchips.c index f718e7b..08eb00c 100644 --- a/flashchips.c +++ b/flashchips.c
@@ -89,7 +89,7 @@ probe_md2802, erase_md2802, write_md2802, read_md2802}, #endif {"LHF00L04", SHARP_ID, SHARP_LHF00L04, NULL, 1024, 64 * 1024, - probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL}, + probe_82802ab, erase_82802ab, write_82802ab, NULL}, {NULL,} };