diff options
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 9a331a3f03..cb3ff5dca5 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -63,8 +63,6 @@ config TIANOCORE_CBMEM_LOGGING this option, especially if using a debug (vs release) build. Selecting this option will increase the payload size in CBFS by ~220KB. -endif - config TIANOCORE_BOOTSPLASH_IMAGE bool "Use a custom bootsplash image" help @@ -84,6 +82,8 @@ config TIANOCORE_BOOTSPLASH_FILE If an absolute path is not given, the path will assumed to be relative to the coreboot root directory. +endif + config TIANOCORE_BOOT_TIMEOUT int default 2 |