mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Introduce msg_*warn
Also, unify all outputs of "Warning:" and "Error:" to use normal capitalization instead of mixing it with all capitals. Corresponding to flashrom svn r1643. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
@ -98,7 +98,7 @@ int satasii_init(void)
|
||||
|
||||
/* Check if ROM cycle are OK. */
|
||||
if ((id != 0x0680) && (!(pci_mmio_readl(sii_bar) & (1 << 26))))
|
||||
msg_pinfo("Warning: Flash seems unconnected.\n");
|
||||
msg_pwarn("Warning: Flash seems unconnected.\n");
|
||||
|
||||
if (register_shutdown(satasii_shutdown, NULL))
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user