summaryrefslogtreecommitdiff
path: root/include/configs/minnowmax.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-10-09 11:14:13 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-10-12 02:56:50 (GMT)
commitfcda8c388699d8602158aa16a1e9c607dac93df9 (patch)
treeb0efa20068ed0e3e509102da5790ba56aaa5ed1e /include/configs/minnowmax.h
parentf0920e4a4498294bf8328db37638f47bccf04b3f (diff)
downloadu-boot-fcda8c388699d8602158aa16a1e9c607dac93df9.tar.xz
x86: Convert to use DM VESA video driver
At present only chromebook boards are converted to DM video. Other x86 boards are still using the legacy cfb_console driver. This switches to use DM version drivers. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/minnowmax.h')
-rw-r--r--include/configs/minnowmax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 95ad128..935c88d 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -20,9 +20,9 @@
#define CONFIG_SMSC_LPC47M
#define CONFIG_PCI_PNP
-#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
- "stdout=vga,serial\0" \
- "stderr=vga,serial\0"
+#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
+ "stdout=vidconsole,serial\0" \
+ "stderr=vidconsole,serial\0"
#define CONFIG_SCSI_DEV_LIST \
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \