]> git.sur5r.net Git - u-boot/commit
tinyprintf: Add vprintf implementation
authorHans de Goede <hdegoede@redhat.com>
Fri, 10 Jun 2016 19:03:34 +0000 (21:03 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 20 Jun 2016 20:43:58 +0000 (22:43 +0200)
commitda70b4d14116d2b3d63840cd2ea01d0badf39e41
tree0c2c010812331451cbcc3af7a1c952523561561d
parent46fd625dfee9ef69cd183f0cd11e09309a71a4e2
tinyprintf: Add vprintf implementation

vprintf is used by panic() which is used in various SPL paths on some
boards.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/tiny-printf.c