commit | d67754f7cfce067913675bb104b90e1de4244a8e | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Fri Dec 04 23:27:40 2015 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 17:07:31 2015 -0700 |
tree | d9d470124b9606e6a87f90881d149895517a12c9 | |
parent | fe4f1793af8cd2f6e61171401a57f8cf94d6d947 [diff] |
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>