mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
spl: Add support for logging in SPL and TPL
It is sometimes useful to log information in SPL and TPL. Add support for this. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -122,8 +122,8 @@ obj-y += cli.o
|
||||
obj-$(CONFIG_FSL_DDR_INTERACTIVE) += cli_simple.o cli_readline.o
|
||||
obj-$(CONFIG_DFU_OVER_USB) += dfu.o
|
||||
obj-y += command.o
|
||||
obj-$(CONFIG_$(SPL_)LOG) += log.o
|
||||
obj-$(CONFIG_$(SPL_)LOG_CONSOLE) += log_console.o
|
||||
obj-$(CONFIG_$(SPL_TPL_)LOG) += log.o
|
||||
obj-$(CONFIG_$(SPL_TPL_)LOG_CONSOLE) += log_console.o
|
||||
obj-y += s_record.o
|
||||
obj-$(CONFIG_CMD_LOADB) += xyzModem.o
|
||||
obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o
|
||||
|
Reference in New Issue
Block a user