tiny-printf: Add print_grouped_ull()
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2019 23:26:44 +0000 (17:26 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 27 Oct 2019 16:56:51 +0000 (10:56 -0600)
commitdee74e6cc4a94da19b99309ad1c99eb5bddfe217
tree50a154c6f6592e9a3981cb77675b2df392c6c9a5
parent1c1c8a3a990742a73a75b091c35213b0a50f0c45
tiny-printf: Add print_grouped_ull()

This function is used in the bootstage report which may be trigged in TPL
or TPL. Add a very basic implication of this function so that it builds.
There is no attempt to get the formatting right, since this would add too
much code size.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
lib/tiny-printf.c