commit | a8015fd7d376600528fd98a85613dad1da8442c8 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Wed Sep 04 16:12:24 2013 +0100 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Tue Sep 17 20:03:44 2013 +0300 |
tree | d339ac90efc71a182e2a8704b3a57fd60ae5a30d | |
parent | be50452a003e488d39d4738b82afffc715a76590 [diff] |
spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT If we don't have CONFIG_SPL_LIBCOMMON_SUPPORT defined then stdio functions are unavailable & calling them will cause a link failure. Signed-off-by: Paul Burton <paul.burton@imgtec.com>