summaryrefslogtreecommitdiff
path: root/satasii.c
diff options
context:
space:
mode:
authorsnelson <snelson@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-01-09 23:50:27 +0000
committersnelson <snelson@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-01-09 23:50:27 +0000
commit8c750fe341f98650c3b63b75aa42d7a30dccf17c (patch)
treedceb1e813e38850fd26497cc23e7ee176ef92af8 /satasii.c
parent818ca808000b02be998ca6798adb69417a354c90 (diff)
downloadflashrom-8c750fe341f98650c3b63b75aa42d7a30dccf17c.tar.gz
Convert all messages in satasii.c to the new message infrastructure.
Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@849 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'satasii.c')
-rw-r--r--satasii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/satasii.c b/satasii.c
index 79d4325..90995c9 100644
--- a/satasii.c
+++ b/satasii.c
@@ -63,7 +63,7 @@ int satasii_init(void)
/* Check if ROM cycle are OK. */
if ((id != 0x0680) && (!(mmio_readl(sii_bar) & (1 << 26))))
- printf("Warning: Flash seems unconnected.\n");
+ msg_pinfo("Warning: Flash seems unconnected.\n");
buses_supported = CHIP_BUSTYPE_PARALLEL;