boot: adjust timeout a bit

This commit is contained in:
K. Lange 2021-07-09 06:21:34 +09:00
parent 7a86e8871c
commit e54d9f9974
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void toggle(int ndx, int value, char *str) {
void show_menu(void) {
if (detect_qemu()) return;
int timeout = 3;
int timeout = 4;
char timeout_msg[] = "Normal boot will commence in 0 seconds.";
char * timeout_val = strchr(timeout_msg,'0');