Home
last modified time | relevance | path

Searched hist:"561968266431 e16790e0d71086341f28e6930800" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.cdiff 561968266431e16790e0d71086341f28e6930800 Wed Sep 04 10:12:25 CDT 2013 Paul Burton <paul.burton@imgtec.com> 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>