mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
Merge with /home/git/u-boot
This commit is contained in:
commit
426a44277f
@ -222,7 +222,7 @@ static __inline__ int abortboot(int bootdelay)
|
|||||||
if (bootdelay >= 0) {
|
if (bootdelay >= 0) {
|
||||||
if (tstc()) { /* we got a key press */
|
if (tstc()) { /* we got a key press */
|
||||||
(void) getc(); /* consume input */
|
(void) getc(); /* consume input */
|
||||||
puts("\b\b\b 0");
|
puts ("\b\b\b 0");
|
||||||
abort = 1; /* don't auto boot */
|
abort = 1; /* don't auto boot */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user