summaryrefslogtreecommitdiffstats
path: root/include/configs/chromebox_panther.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-27 19:54:48 -0600
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commit548fb8777d06438c0a6c2177530c387b5986cb68 (patch)
tree7db289af88de5ee1de458c133b7b92c9bf7d29bc /include/configs/chromebox_panther.h
parentcc6ae979e25f6b3c1db54ea0b11c1ab5be12a722 (diff)
downloadtalos-obmc-uboot-548fb8777d06438c0a6c2177530c387b5986cb68.tar.gz
talos-obmc-uboot-548fb8777d06438c0a6c2177530c387b5986cb68.zip
x86: panther: Add PCI and video configuration
Add a PCI node to the device tree. This allows SPI flash and SATA to work correctly. Also configure the video to come up correctly even though there is no keyboard. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/chromebox_panther.h')
-rw-r--r--include/configs/chromebox_panther.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h
index 00fe26da29..dc732b810f 100644
--- a/include/configs/chromebox_panther.h
+++ b/include/configs/chromebox_panther.h
@@ -14,4 +14,6 @@
/* Avoid a warning in the Realtek Ethernet driver */
#define CONFIG_SYS_CACHELINE_SIZE 16
+#define CONFIG_VGA_AS_SINGLE_DEVICE
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud