Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dautoboot.c29 static int stored_bootdelay; variable
323 stored_bootdelay = bootdelay; in bootdelay_process()
332 if (stored_bootdelay != -1 && s && !abortboot(stored_bootdelay)) { in autoboot_command()