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

Revert my last cleanup patch

Corresponding to flashrom svn r143 and coreboot v2 svn r2847.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann
2007-10-10 17:42:20 +00:00
parent 17d00abf0a
commit ac30934194
4 changed files with 25 additions and 22 deletions

View File

@ -506,7 +506,7 @@ int chipset_flash_enable(void)
if (ret)
printf("Failed!\n");
else
printf("OK\n");
printf("OK.\n");
}
return ret;