summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-12-29 19:32:29 -0700
committerSimon Glass <sjg@chromium.org>2015-01-23 17:24:53 -0700
commitedb8b7a66b75045cc9e16a2762cd8344cdcd9bf5 (patch)
treec1b5961fee13b20b730f30aac73b3ee772d3162a /configs
parent6b1ba984507039a893b14c2dec3c7b1edbc8413d (diff)
downloadblackbird-obmc-uboot-edb8b7a66b75045cc9e16a2762cd8344cdcd9bf5.tar.gz
blackbird-obmc-uboot-edb8b7a66b75045cc9e16a2762cd8344cdcd9bf5.zip
x86: Drop the x86_fb driver
Now that we have a full VESA driver we may as well use that. We need to support the VESA layer being set up by early start-up code or by running a VGA ROM. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/chromebook_link_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index e956835dc6..2f0c714e59 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -6,6 +6,6 @@ CONFIG_OF_SEPARATE=y
CONFIG_DEFAULT_DEVICE_TREE="chromebook_link"
CONFIG_HAVE_MRC=y
CONFIG_SMM_TSEG_SIZE=0x800000
-CONFIG_VIDEO_X86=y
+CONFIG_VIDEO_VESA=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
OpenPOWER on IntegriCloud