Commit 12a04eb5 authored by Stefan Reinauer's avatar Stefan Reinauer
Browse files

Coreboot table handling: make debug message msg_pdbg


Corresponding to flashrom svn r1284.
Signed-off-by: default avatarStefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent bf282b1d
......@@ -237,7 +237,7 @@ int coreboot_init(void)
}
if (!lb_table) {
msg_pinfo("No coreboot table found.\n");
msg_pdbg("No coreboot table found.\n");
return -1;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment