From b198eb4df41838fdbb64f15c5db33061d97595bc Mon Sep 17 00:00:00 2001 From: Steven James Date: Fri, 20 Dec 2002 19:31:56 +0000 Subject: [PATCH] More cleanup for baremetal --- util/baremetal/bootselect/chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/baremetal/bootselect/chooser.c b/util/baremetal/bootselect/chooser.c index 7e5f6e8b5a..0a6546eac2 100644 --- a/util/baremetal/bootselect/chooser.c +++ b/util/baremetal/bootselect/chooser.c @@ -50,7 +50,7 @@ int choose_stream(struct stream *stream) current += current->block_count+1; } - j=0; + j=1; if(iskey()) { j = ttys0_rx_char(); j=-1;