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

Fix copy/paste error in print.c preventing compilation

Corresponding to flashrom svn r981.

Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
Michael Karcher
2010-03-24 23:10:01 +00:00
parent 3355f06978
commit 93539dad8d

View File

@ -395,7 +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" },
{ "Acer", "Aspire 1520", },
{},
};