Merge with /home/git/u-boot

This commit is contained in:
Wolfgang Denk 2007-05-05 21:44:47 +02:00
commit 426a44277f

View File

@ -222,7 +222,7 @@ static __inline__ int abortboot(int bootdelay)
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 */
}
}