From 17d00abf0a1977fc4b10f64296671af7f903c6bc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 10 Oct 2007 16:31:30 +0000 Subject: Cosmetic changes to make the flashrom output more consistent Corresponding to flashrom svn r142 and coreboot v2 svn r2846. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- udelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udelay.c') diff --git a/udelay.c b/udelay.c index 2026d3e..1bab27d 100644 --- a/udelay.c +++ b/udelay.c @@ -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"); } -- cgit v1.1