1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Cosmetics and small coding style fixes

Also, introduce BITMODE_BITBANG_SPI to eliminate a magic value.

Corresponding to flashrom svn r742.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann
2009-10-01 18:40:02 +00:00
parent 3a4781e76c
commit c67d03701b
2 changed files with 43 additions and 39 deletions

View File

@ -563,12 +563,12 @@ int erase_flash(struct flashchip *flash)
return ret;
}
void emergency_help_message()
void emergency_help_message(void)
{
fprintf(stderr, "Your flash chip is in an unknown state.\n"
"Get help on IRC at irc.freenode.net channel #flashrom or\n"
"mail flashrom@flashrom.org\n"
"------------------------------------------------------------\n"
"Get help on IRC at irc.freenode.net (channel #flashrom) or\n"
"mail flashrom@flashrom.org!\n--------------------"
"-----------------------------------------------------------\n"
"DO NOT REBOOT OR POWEROFF!\n");
}