summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-08-10 10:14:23 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-08-10 10:14:23 +0000
commit3a8e9d06e03006208f924b95a82ff9910686f79e (patch)
tree2f49a05a30eebf6bafa0c88cf10684a2725742b6 /flashchips.c
parentb64a3ac8cf5517cfedac35bdcd1d613e633ad36d (diff)
downloadflashrom-3a8e9d06e03006208f924b95a82ff9910686f79e.zip
flashrom-3a8e9d06e03006208f924b95a82ff9910686f79e.tar.gz
Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variants
AM29DL400BB, AM29DL400BT, AM29DL800BB, AM29DL800BT, AM29F004BB AM29F004BT, AM29F200BB, AM29F200BT, AM29F400BB, AM29F400BT AM29F800BB, AM29F800BT, AM29LV002BB, AM29LV002BT, AM29LV004BB AM29LV004BT, AM29LV008BB, AM29LV008BT, AM29LV080B, AM29LV200BB AM29LV200BT, AM29LV400BB, AM29LV400BT, AM29LV800BB, AM29LV800BT HY29F002, HY29F040A, HY29F080, HY29F400B, HY29F400T, HY29F800B HY29F800T, HY29LV400B, HY29LV400T, HY29LV800B, HY29LV800T LH28F008BJxxPB, LH28F008BJxxPT, LH28F008SA, LH28F008SC, LH28F800BVxxBTL LH28F800BVxxBV, LH28F800BVxxTV, LHF00L02 Corresponding to flashrom svn r674. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de>
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 4768830..891bde0 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -165,7 +165,7 @@ struct flashchip flashchips[] = {
.name = "Am29LV081B",
.bustype = CHIP_BUSTYPE_PARALLEL,
.manufacture_id = AMD_ID,
- .model_id = AM_29LV081B,
+ .model_id = AM_29LV080B,
.total_size = 1024,
.page_size = 64 * 1024,
.tested = TEST_UNTESTED,
OpenPOWER on IntegriCloud