summaryrefslogtreecommitdiffstats
path: root/udelay.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-10 16:31:30 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-10 16:31:30 +0000
commit17d00abf0a1977fc4b10f64296671af7f903c6bc (patch)
treecd8fa2c2d1225ed2221e26f50f10300a00f9e212 /udelay.c
parent144ede66ca3fcea7f891b31642181fbc6ebec643 (diff)
downloadast2050-flashrom-17d00abf0a1977fc4b10f64296671af7f903c6bc.zip
ast2050-flashrom-17d00abf0a1977fc4b10f64296671af7f903c6bc.tar.gz
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>
Diffstat (limited to 'udelay.c')
-rw-r--r--udelay.c2
1 files changed, 1 insertions, 1 deletions
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");
}
OpenPOWER on IntegriCloud