mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Convert all messages in satasii.c to the new message infrastructure
Corresponding to flashrom svn r849. 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:
parent
ebb4f5fc4a
commit
05ce54204f
@ -63,7 +63,7 @@ int satasii_init(void)
|
|||||||
|
|
||||||
/* Check if ROM cycle are OK. */
|
/* Check if ROM cycle are OK. */
|
||||||
if ((id != 0x0680) && (!(mmio_readl(sii_bar) & (1 << 26))))
|
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;
|
buses_supported = CHIP_BUSTYPE_PARALLEL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user