mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
d66a10fc00
This converts the following to Kconfig: CONFIG_CMD_CBFS Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CBFS on SYS_COREBOOT] Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
119 B
Text
12 lines
119 B
Text
if TARGET_COREBOOT
|
|
|
|
config SYS_COREBOOT
|
|
bool
|
|
default y
|
|
imply CMD_CBFS
|
|
|
|
config CBMEM_CONSOLE
|
|
bool
|
|
default y
|
|
|
|
endif
|