Skip to content
Commit 97587786 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Tom Rini
Browse files

lib/vsprintf.c: implement printf() in terms of vprintf()



This saves some code, both in terms of #LOC and .text size, and it is
also the normal convention that foo(...) is implemented in terms of
vfoo().

Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
parent 92f1e9a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment