summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-03-14 19:58:14 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-03-14 19:58:14 +0000
commit5eaed68734f2d5dc22d0a0718e4e236eebc46cb3 (patch)
treee40dbd2388d172056a21ec3d4faac3677dde64ca /flashchips.c
parentfc7fbdd3fcdb893d4e55d0c7d56f988e52f5cfba (diff)
downloadast2050-flashrom-5eaed68734f2d5dc22d0a0718e4e236eebc46cb3.zip
ast2050-flashrom-5eaed68734f2d5dc22d0a0718e4e236eebc46cb3.tar.gz
Add preliminary (non-working) support for Sharp LHF00L04
Corresponding to flashrom svn r44 and coreboot v2 svn r2197.
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 08eb00c..f718e7b 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -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_82802ab, erase_82802ab, write_82802ab, NULL},
+ probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL},
{NULL,}
};
OpenPOWER on IntegriCloud