diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-05-03 11:45:08 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-10 20:38:33 -0400 |
commit | 8140816eea9faef804a333e8416249fc57d0bedc (patch) | |
tree | 85c9a537a49a5b3facde30366e88664aa36cd8be /board/k+p/kp_imx6q_tpc | |
parent | 53deb24dda33686f8477b4ff3644cc40f3160245 (diff) |
Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected
Attempting to build with both DEBUG and CONFIG_USE_TINY_PRINTF along
with CONFIG_SPL_YMODEM_SUPPORT fails at link time:
common/built-in.o: In function `zm_dprintf':
common/xyzModem.c:190: undefined reference to `vsprintf'
Disable Ymodem debug if we don't have full vsprintf support.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'board/k+p/kp_imx6q_tpc')
0 files changed, 0 insertions, 0 deletions