See patch
Make debug message msg_pdbg.
Signed-off-by: Stefan Reinauer <[email protected]> Index: cbtable.c =================================================================== --- cbtable.c (revision 1283) +++ cbtable.c (working copy) @@ -237,7 +237,7 @@ } if (!lb_table) { - msg_pinfo("No coreboot table found.\n"); + msg_pdbg("No coreboot table found.\n"); return -1; }
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
