mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 12:06:41 +02:00
This converts coreboot to use DM framebuffer driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
if TARGET_COREBOOT
|
|
|
|
config SYS_COREBOOT
|
|
bool
|
|
default y
|
|
|
|
config CBMEM_CONSOLE
|
|
bool
|
|
default y
|
|
|
|
endif
|