[flashrom] [commit] r981 - trunk

repository service svn at flashrom.org
Thu Mar 25 00:10:02 CET 2010


Author: mkarcher
Date: Thu Mar 25 00:10:01 2010
New Revision: 981
URL: http://flashrom.org/trac/coreboot/changeset/981

Log:
Fix copy/paste error in print.c preventing compilation

Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
Acked-by: Idwer Vollering <vidwer at gmail.com>

Modified:
   trunk/print.c

Modified: trunk/print.c
==============================================================================
--- trunk/print.c	Wed Mar 24 23:56:23 2010	(r980)
+++ trunk/print.c	Thu Mar 25 00:10:01 2010	(r981)
@@ -395,7 +395,7 @@
 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", },
 
 	{},
 };




More information about the flashrom mailing list