Cosmetic changes to make the flashrom output more consistent

Corresponding to flashrom svn r142 and coreboot v2 svn r2846.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
diff --git a/udelay.c b/udelay.c
index 2026d3e..1bab27d 100644
--- a/udelay.c
+++ b/udelay.c
@@ -56,5 +56,5 @@
 	micro = count / timeusec;
 
 	printf_debug("%ldM loops per second. ", (unsigned long)micro);
-	printf("ok\n");
+	printf("OK\n");
 }