diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-05 21:44:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-05 21:44:47 +0200 |
commit | 426a44277f094fe160e4160c1faab180c4047833 (patch) | |
tree | d2a21dd374e3fec0a7b870bd7348f90523eed567 /common/main.c | |
parent | 2be1bab6a7dc1d1c9ee1e3ca53ff9f011136f1fe (diff) | |
parent | ac4cd59d59c9bf3f89cb7a344abf8184d678f562 (diff) | |
download | u-boot-imx-426a44277f094fe160e4160c1faab180c4047833.zip u-boot-imx-426a44277f094fe160e4160c1faab180c4047833.tar.gz u-boot-imx-426a44277f094fe160e4160c1faab180c4047833.tar.bz2 |
Merge with /home/git/u-boot
Diffstat (limited to 'common/main.c')
-rw-r--r-- | common/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 */ } } |