change boottimeout to 5 suggested by outofcreativity
This commit is contained in:
parent
557639aa7f
commit
a55d737f6e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ struct cmd_state cmd;
|
|||
/* bootprompt can be set by MD code to avoid prompt first time round */
|
||||
int bootprompt = 1;
|
||||
char *kernelfile = KERNEL; /* can be changed by MD code */
|
||||
int boottimeout = 1; /* can be changed by MD code */
|
||||
int boottimeout = 5; /* can be changed by MD code */
|
||||
|
||||
char rnddata[BOOTRANDOM_MAX] __aligned(sizeof(long));
|
||||
struct rc4_ctx randomctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue