Werner Zeh has submitted this change. ( https://review.coreboot.org/c/coreboot/+/55145 )
Change subject: payloads/tianocore: Restrict bootsplash option to UEFIPAYLOAD ......................................................................
payloads/tianocore: Restrict bootsplash option to UEFIPAYLOAD
The custom bootsplash option only functions when using the UEFIPAYLOAD payload option, so restrict visibility to when that option is selected.
Change-Id: If5fe46b629e5275da54a5e86465a68271110397b Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/55145 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M payloads/external/tianocore/Kconfig 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 9a331a3..cb3ff5d 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -63,8 +63,6 @@ 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 @@ 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