summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-10-09 11:14:18 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-10-12 02:58:24 (GMT)
commit2d3c573ee6373f4521491f1a38e81245c3a6be57 (patch)
tree4e75dfa2d62db43829a0092128ec054696a6c776 /arch/x86/cpu/coreboot
parent3968398eb2d974b4840d7210d8503d7cbd8f4c48 (diff)
downloadu-boot-fsl-qoriq-2d3c573ee6373f4521491f1a38e81245c3a6be57.tar.xz
x86: coreboot: Convert to use DM coreboot video driver
This converts coreboot to use DM framebuffer driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/coreboot')
-rw-r--r--arch/x86/cpu/coreboot/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig
index e0e3c64..4b3601f 100644
--- a/arch/x86/cpu/coreboot/Kconfig
+++ b/arch/x86/cpu/coreboot/Kconfig
@@ -8,8 +8,4 @@ config CBMEM_CONSOLE
bool
default y
-config VIDEO_COREBOOT
- bool
- default y
-
endif