From 548fb8777d06438c0a6c2177530c387b5986cb68 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 27 Aug 2015 19:54:48 -0600 Subject: 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 Reviewed-by: Bin Meng --- include/configs/chromebox_panther.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/chromebox_panther.h') diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h index 00fe26d..dc732b8 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 */ -- cgit v1.1