Skip to content
Snippets Groups Projects
Commit fb3148a2 authored by Jun Nie's avatar Jun Nie Committed by Tom Rini
Browse files

common: build ymodem only on need


Build ymodem only on need to shrink spl image size.

Signed-off-by: default avatarJun Nie <jun.nie@linaro.org>
parent 6b0afcc8
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ obj-y += command.o
obj-$(CONFIG_$(SPL_)LOG) += log.o
obj-$(CONFIG_$(SPL_)LOG_CONSOLE) += log_console.o
obj-y += s_record.o
obj-y += xyzModem.o
obj-$(CONFIG_CMD_LOADB) += xyzModem.o
obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o
obj-$(CONFIG_AVB_VERIFY) += avb_verify.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment