projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c0b63
)
x86: config: link: Display the board model on the screen
author
Simon Glass
<sjg@chromium.org>
Fri, 10 Oct 2014 13:30:19 +0000
(07:30 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 23 Oct 2014 03:50:33 +0000
(21:50 -0600)
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
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index f55b3325390aa464d7d77c342a5f5782f65ad8ae..5a006be17ce7ca08216a47863c18a99f490c973e 100644
(file)
--- 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