]> git.sur5r.net Git - u-boot/commit
dm: spi_flash: Allow the uclass to work without printf()
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2015 12:22:47 +0000 (05:22 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jan 2016 12:39:27 +0000 (05:39 -0700)
commit3c8fb12b77849400ffc04737c113a7acff7d7f18
tree20cea6ab7247ba34b8233c519ca9d329a2bcf8c7
parent6579385b468b642596d18fc0716681b76e1d0799
dm: spi_flash: Allow the uclass to work without printf()

For SPL we don't really need sprintf() and with tiny-printf this is not
available. Allow this to be dropped in SPL when using tiny-printf.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mtd/spi/sf-uclass.c