summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-24 23:10:01 +0000
committermkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-24 23:10:01 +0000
commit41fac958c277325d397a0ba8eb5e098a3a886c5b (patch)
tree66a4cee95756e9af0ce99d81c99186e8cdbf8555
parentd32489073f5c9a9b00300737b0d9befe1c4519b3 (diff)
downloadflashrom-41fac958c277325d397a0ba8eb5e098a3a886c5b.tar.gz
Fix copy/paste error in print.c preventing compilation
Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Idwer Vollering <vidwer@gmail.com> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@981 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--print.c2
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", },
{},
};