a few new items and mods for ollie

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2189 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2006-03-01 16:11:05 +00:00
parent c0fe3190c4
commit 74f36096ae
5 changed files with 25 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ struct flashchip flashchips[] = {
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,}
};