1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23: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

@ -56,5 +56,5 @@ void myusec_calibrate_delay()
micro = count / timeusec;
printf_debug("%ldM loops per second. ", (unsigned long)micro);
printf("OK\n");
printf("ok\n");
}