mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
Corresponding to flashrom svn r982. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -42,7 +42,7 @@ int printlock_w39v040c(struct flashchip *flash)
|
||||
chip_writeb(0xF0, bios + 0x5555);
|
||||
programmer_delay(40);
|
||||
|
||||
printf("%s: Boot block #TBL is %slocked, rest of chip #WP is %slocked.\n",
|
||||
msg_cdbg("%s: Boot block #TBL is %slocked, rest of chip #WP is %slocked.\n",
|
||||
__func__, lock & 0x4 ? "" : "un", lock & 0x8 ? "" : "un");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user