mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
12 lines
103 B
Text
12 lines
103 B
Text
|
if TARGET_COREBOOT
|
||
|
|
||
|
config SYS_COREBOOT
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
config CBMEM_CONSOLE
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
endif
|