Skip to content

Commit

Permalink
Faster boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Nov 18, 2010
1 parent ab96e51 commit 57f83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/bios/main.c
Expand Up @@ -475,7 +475,7 @@ static int test_user_abort()
char c;

puts("I: Press Q or ESC to abort boot");
for(i=0;i<4500000;i++) {
for(i=0;i<500000;i++) {
if(readchar_nonblock()) {
c = readchar();
if((c == 'Q')||(c == '\e')) {
Expand Down

0 comments on commit 57f83b3

Please sign in to comment.