From 92ca892727eccdb72392538881c005a063ee3895 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 23 Nov 2021 10:32:56 -0700 Subject: [PATCH] payloads/U-Boot: Enable the frame buffer U-Boot normally runs with a display if available. Enable this option so that the display shows if U-Boot supports it. Use 'select' rather than 'imply' since the CI complains. Signed-off-by: Simon Glass Change-Id: Ie5684c6ead30076689f43034675ff9f3531970fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/59605 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- payloads/external/U-Boot/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/payloads/external/U-Boot/Kconfig b/payloads/external/U-Boot/Kconfig index deeef75283..01dbc950d6 100644 --- a/payloads/external/U-Boot/Kconfig +++ b/payloads/external/U-Boot/Kconfig @@ -3,6 +3,7 @@ if PAYLOAD_UBOOT config PAYLOAD_SPECIFIC_OPTIONS def_bool y select PAYLOAD_IS_FLAT_BINARY + select WANT_LINEAR_FRAMEBUFFER choice prompt "U-Boot version"