Home
last modified time | relevance | path

Searched hist:"8112 f5fa1be9a2344a09edf25ca00f5abaf874bb" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_mmc.c8112f5fa1be9a2344a09edf25ca00f5abaf874bb Wed Sep 04 15:12:24 UTC 2013 Paul Burton <paul.burton@imgtec.com> 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>