diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-10-09 04:14:18 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-12 10:58:24 +0800 |
commit | 2d3c573ee6373f4521491f1a38e81245c3a6be57 (patch) | |
tree | 4e75dfa2d62db43829a0092128ec054696a6c776 /arch/x86/cpu | |
parent | 3968398eb2d974b4840d7210d8503d7cbd8f4c48 (diff) |
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')
-rw-r--r-- | arch/x86/cpu/coreboot/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig index e0e3c64506..4b3601f66d 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 |