mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
2d3c573ee6
This converts coreboot to use DM framebuffer driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
11 lines
103 B
Text
11 lines
103 B
Text
if TARGET_COREBOOT
|
|
|
|
config SYS_COREBOOT
|
|
bool
|
|
default y
|
|
|
|
config CBMEM_CONSOLE
|
|
bool
|
|
default y
|
|
|
|
endif
|