diff options
author | Simon Glass <sjg@chromium.org> | 2014-12-30 02:32:29 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-24 00:24:53 (GMT) |
commit | edb8b7a66b75045cc9e16a2762cd8344cdcd9bf5 (patch) | |
tree | c1b5961fee13b20b730f30aac73b3ee772d3162a /configs | |
parent | 6b1ba984507039a893b14c2dec3c7b1edbc8413d (diff) | |
download | u-boot-edb8b7a66b75045cc9e16a2762cd8344cdcd9bf5.tar.xz |
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_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index e956835..2f0c714 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 |