commit | dcecd7b2ad1493e4767ed0a1806d27970c888ded | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat May 05 21:44:47 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat May 05 21:44:47 2007 +0200 |
tree | d2a21dd374e3fec0a7b870bd7348f90523eed567 | |
parent | 88c6a007597d438412063ab39e787fbaf30cff59 [diff] | |
parent | 0619a574aa91f5659812600185eca53ea2f28efa [diff] |
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 */ } }