Attention is currently required from: Martin Roth, Stefan Reinauer. Simon Glass has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59605 )
Change subject: payloads/U-Boot: Enable the frame buffer ......................................................................
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.
Signed-off-by: Simon Glass sjg@chromium.org Change-Id: Ie5684c6ead30076689f43034675ff9f3531970fe --- M payloads/external/U-Boot/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/59605/1
diff --git a/payloads/external/U-Boot/Kconfig b/payloads/external/U-Boot/Kconfig index deeef75..794e282 100644 --- a/payloads/external/U-Boot/Kconfig +++ b/payloads/external/U-Boot/Kconfig @@ -3,6 +3,7 @@ config PAYLOAD_SPECIFIC_OPTIONS def_bool y select PAYLOAD_IS_FLAT_BINARY + imply WANT_LINEAR_FRAMEBUFFER
choice prompt "U-Boot version"