]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/mmc.c
mmc: mmc: Don't use sprintf when using tiny-printf
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 4 Dec 2015 22:27:40 +0000 (23:27 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Dec 2015 00:07:31 +0000 (17:07 -0700)
commitfc011f6402d3d63fe826260fcc5940d7b7fb138e
treed9d470124b9606e6a87f90881d149895517a12c9
parente4c5383e4d46ef196d022b481cab364bd3b9c877
mmc: mmc: Don't use sprintf when using tiny-printf

There is no sprintf implementation in tiny-printf, so don't try to use
it when tiny-printf if used.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
drivers/mmc/mmc.c