diff mbox

[U-Boot,08/10] x86: config: link: Display the board model on the screen

Message ID 1412947821-1674-9-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Oct. 10, 2014, 1:30 p.m. UTC
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: Simon Glass <sjg@chromium.org>
---

 include/configs/coreboot.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Oct. 24, 2014, 1:36 a.m. UTC | #1
On 10 October 2014 07:30, Simon Glass <sjg@chromium.org> wrote:
> 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: Simon Glass <sjg@chromium.org>
> ---
>
>  include/configs/coreboot.h | 1 +
>  1 file changed, 1 insertion(+)

Applied to u-boot-x86/master.
diff mbox

Patch

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index f55b332..5a006be 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -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