summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-01 18:05:20 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-01 18:05:20 +0000
commit12a04eb5d6fca0e667a728fdea4a676d41fa1d85 (patch)
tree1a52ca95a5ec2f09d0ccfe838dbb075bf5719e0e
parentbf282b1ddebc6987074ac35611771428cae98075 (diff)
downloadast2050-flashrom-12a04eb5d6fca0e667a728fdea4a676d41fa1d85.zip
ast2050-flashrom-12a04eb5d6fca0e667a728fdea4a676d41fa1d85.tar.gz
Coreboot table handling: make debug message msg_pdbg
Corresponding to flashrom svn r1284. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbtable.c b/cbtable.c
index f30a3ae..ea8964a 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -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;
}
OpenPOWER on IntegriCloud