From: Sylvain Lesne <lesne@alse-fr.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] tiny-printf: Support sprintf()
Date: Wed, 1 Jun 2016 10:16:12 +0200 [thread overview]
Message-ID: <574E99CC.4020203@alse-fr.com> (raw)
In-Reply-To: <1464729167-5409-1-git-send-email-marex@denx.de>
Hi,
On 05/31/2016 11:12 PM, Marek Vasut wrote:
> Add a simple version of this function for SPL. It does not check the buffer
> size as this would add to the code size.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: lesne at alse-fr.com
This is how I would do it as well, and I can confirm that it builds
and boots on a socfpga platform (sockit), when using part_dos.c
(that includes sprintf() calls).
Reviewed-by: Sylvain Lesne <lesne@alse-fr.com>
Tested-by: Sylvain Lesne <lesne@alse-fr.com>
--
Sylvain
next prev parent reply other threads:[~2016-06-01 8:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-31 21:12 [U-Boot] [PATCH 1/2] tiny-printf: Support sprintf() Marek Vasut
2016-05-31 21:12 ` [U-Boot] [PATCH 2/2] ARM: omap: Enable tiny printf on omap3_logic Marek Vasut
2016-05-31 22:55 ` Tom Rini
2016-06-03 14:00 ` [U-Boot] [U-Boot, " Tom Rini
2016-05-31 22:55 ` [U-Boot] [PATCH 1/2] tiny-printf: Support sprintf() Tom Rini
2016-06-01 8:16 ` Sylvain Lesne [this message]
2016-06-03 14:00 ` [U-Boot] [U-Boot,1/2] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=574E99CC.4020203@alse-fr.com \
--to=lesne@alse-fr.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.