]> git.ipfire.org Git - people/ms/u-boot.git/commit
lib/tiny-printf.c: Implement vprintf
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 4 Dec 2015 22:27:37 +0000 (23:27 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Dec 2015 00:07:30 +0000 (17:07 -0700)
commit962a43cc9628fcfc048c563e0fd295b8743e0504
tree1727598ade0dac6e0793a43a71e517ea2ec3e0fd
parent4363de63a88f3e9490cb46ce4c92e7c2d2497ba8
lib/tiny-printf.c: Implement vprintf

Implement both printf and vprintf for a bit more flexibility, e.g.
allows the panic() function to work with tiny-printf.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
lib/tiny-printf.c