diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-03-03 08:05:12 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-09 14:20:30 +0000 |
commit | 63c6d814ce0511d95d4f3ce57bce64743bc084d8 (patch) | |
tree | 5f3faab336bc1af605c66343457c30baf7b87134 /payloads | |
parent | e06ded83fd613e438853c9141c790d4df6e4c7f3 (diff) |
payloads/tianocore: Add prompt for Boot Timeout
Add prompt to Boot Timeout so that it can be easily configured
from a config file.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I62b8f0a9b5bc0796506b991199a457d6b34ae494
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62558
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 4194290747..2cfe9ce4f3 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -127,7 +127,7 @@ config TIANOCORE_BOOT_MANAGER_ESCAPE the default key of F2. config TIANOCORE_BOOT_TIMEOUT - int + int "Set the timeout for boot menu prompt" default 2 help The length of time in seconds for which the boot splash/menu prompt will be displayed. |