Home
last modified time | relevance | path

Searched refs:stored_bootdelay (Results 1 – 1 of 1) sorted by relevance

/u-boot-v2022.01-rc1/common/
A Dautoboot.c40 static int stored_bootdelay; variable
470 stored_bootdelay = bootdelay; in bootdelay_process()
479 if (s && (stored_bootdelay == -2 || in autoboot_command()
480 (stored_bootdelay != -1 && !abortboot(stored_bootdelay)))) { in autoboot_command()

Completed in 4 milliseconds