Merge with /home/git/u-boot
diff --git a/common/main.c b/common/main.c
index 0003da2..f41d95c 100644
--- a/common/main.c
+++ b/common/main.c
@@ -222,7 +222,7 @@
 	if (bootdelay >= 0) {
 		if (tstc()) {	/* we got a key press	*/
 			(void) getc();  /* consume input	*/
-			puts("\b\b\b 0");
+			puts ("\b\b\b 0");
 			abort = 1;	/* don't auto boot	*/
 		}
 	}