summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-23 10:32:56 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-11-25 21:05:57 +0000
commit92ca892727eccdb72392538881c005a063ee3895 (patch)
tree477f7680f05c2b78536f8eacc2c2bb436b400e97 /payloads
parente0ab086028af14fee9b92a508c65e132dec9facc (diff)
downloadcoreboot-92ca892727eccdb72392538881c005a063ee3895.tar.gz
coreboot-92ca892727eccdb72392538881c005a063ee3895.tar.bz2
coreboot-92ca892727eccdb72392538881c005a063ee3895.zip
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 <sjg@chromium.org> Change-Id: Ie5684c6ead30076689f43034675ff9f3531970fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/59605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/U-Boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/U-Boot/Kconfig b/payloads/external/U-Boot/Kconfig
index deeef75283d5..01dbc950d666 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"