[flashrom] [PATCH] Fix copy/paste error in print.c preventing compilation
Michael Karcher
flashrom at mkarcher.dialup.fu-berlin.de
Thu Mar 25 00:05:20 CET 2010
Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
---
print.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/print.c b/print.c
index 0b2adff..32a72d3 100644
--- a/print.c
+++ b/print.c
@@ -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", },
{},
};
--
1.7.0
More information about the flashrom
mailing list