[Concept,v2,21/22] efi: app: Show the model when the vidconsole starts

Message ID 20250819185900.835939-22-sjg@u-boot.org
State New
Headers
Series efi: Improvements for the EFI app on ARM |

Commit Message

Simon Glass Aug. 19, 2025, 6:58 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

When running with a vidconsole we only see the prompt at the top of
the display. Set the option to show the model as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 configs/efi-arm_app64_defconfig | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/configs/efi-arm_app64_defconfig b/configs/efi-arm_app64_defconfig
index 4cadaeaedb8..2b686d882e6 100644
--- a/configs/efi-arm_app64_defconfig
+++ b/configs/efi-arm_app64_defconfig
@@ -21,6 +21,7 @@  CONFIG_BOOTCOMMAND="bootflow scan -lbp"
 CONFIG_SYS_PBSIZE=532
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_LOG=y
+CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CYCLIC_MAX_CPU_TIME_US=50000
 CONFIG_BOARD_EARLY_INIT_R=y
 CONFIG_CMD_BOOTZ=y