summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-10 07:30:19 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 21:50:33 -0600
commitc67161c1f1965efc5934697f5947cf65a2ea0a62 (patch)
treef481283c290527a0281f3e1a0b05afb23ce776c8 /include
parent39c0b633c010b5c4dcb35b9bb73152a1b6f43ae2 (diff)
downloadblackbird-obmc-uboot-c67161c1f1965efc5934697f5947cf65a2ea0a62.tar.gz
blackbird-obmc-uboot-c67161c1f1965efc5934697f5947cf65a2ea0a62.zip
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: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index f55b332539..5a006be17c 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
OpenPOWER on IntegriCloud