1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 06:01:16 +02:00

Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A

See http://www.coreboot.org/pipermail/flashrom/2010-March/002451.html

Thanks to Paweł Stawicki for reporting!

Corresponding to flashrom svn r980.

Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Michael Karcher
2010-03-24 22:56:23 +00:00
parent c85fa45805
commit 3355f06978
3 changed files with 3 additions and 1 deletions

View File

@ -395,6 +395,7 @@ const struct board_info boards_bad[] = {
const struct board_info laptops_ok[] = {
/* Verified working laptops. */
{ "Lenovo", "3000 V100 TF05Cxx", },
{ "Acer", "Aspire 1520", "http://support.acer.com/us/en/acerpanam/notebook/0000/Acer/Aspire1520/Aspire1520nv.shtml" },
{},
};