[PATCH v3 2/6] cmd: printf: import busybox-1.33.1 printf.c

Simon Glass sjg at chromium.org
Fri Jul 23 23:41:13 CEST 2021


Hi Roland,

On Fri, 23 Jul 2021 at 06:30, Roland Gaudig
<roland.gaudig-oss at weidmueller.com> wrote:
>
> From: Roland Gaudig <roland.gaudig at weidmueller.com>
>
> Import printf.c from the Busybox project, which provides Bash like
> format string handling.
>
>   src-url: https://git.busybox.net/busybox/
>   commit bcc5b0e6caca6c7602a6a41f "Bump version to 1.33.1"
>   version: 1.33.1
>
> Signed-off-by: Roland Gaudig <roland.gaudig at weidmueller.com>
> ---
>
> (no changes since v1)
>
>  cmd/printf.c | 455 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 455 insertions(+)
>  create mode 100644 cmd/printf.c

I think I missed the discussion on this. Why can we not use U-Boot's
existing printf()?

If we can't, dot we need to remove the existing U-Boot printf()?
Again, sorry if I missed some discussion.

Regards,
Simon


More information about the U-Boot mailing list