[U-Boot] [PATCH] spl: don't use %#l with CONFIG_USE_TINY_PRINTF
Simon Glass
sjg at chromium.org
Thu Jan 12 06:07:54 CET 2017
On 28 December 2016 at 01:12, Oded Gabbay <oded.gabbay at gmail.com> wrote:
> In the tiny-printf implementation, there is no support for %# and/or %l. This
> patch checks if CONFIG_USE_TINY_PRINTF is defined and if so, prints a
> different debug statement which doesn't use %#l
>
> Signed-off-by: Oded Gabbay <oded.gabbay at gmail.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> common/spl/spl.c | 5 +++++
> 1 file changed, 5 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list