Skip to content
Snippets Groups Projects
Commit c67161c1 authored by Simon Glass's avatar Simon Glass
Browse files

x86: config: link: Display the board model on the screen


To get a display in U-Boot on link you must either build a coreboot that
always sets it up, or use Esc-Refresh-Power to reset the machine.

When we do have a display, it is nice to display the model at the top, so
enable this option.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 39c0b633
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#define CONFIG_ZBOOT_32
#define CONFIG_PHYSMEM
#define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_DISPLAY_BOARDINFO_LATE
#define CONFIG_LMB
#define CONFIG_OF_LIBFDT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment