change boottimeout to 5 suggested by outofcreativity
This commit is contained in:
parent
557639aa7f
commit
a55d737f6e
@ -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…
Reference in New Issue
Block a user