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