diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-01 18:05:20 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-01 18:05:20 +0000 |
commit | 12a04eb5d6fca0e667a728fdea4a676d41fa1d85 (patch) | |
tree | 1a52ca95a5ec2f09d0ccfe838dbb075bf5719e0e | |
parent | bf282b1ddebc6987074ac35611771428cae98075 (diff) | |
download | flashrom-12a04eb5d6fca0e667a728fdea4a676d41fa1d85.tar.gz flashrom-12a04eb5d6fca0e667a728fdea4a676d41fa1d85.tar.bz2 flashrom-12a04eb5d6fca0e667a728fdea4a676d41fa1d85.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |