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 <[email protected]> Acked-by: Idwer Vollering <[email protected]> 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", }, {}, }; _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
