From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 16 May 2016 11:31:26 +0200 Subject: [U-Boot] [PATCH 02/20] tiny-printf: Support snprintf() In-Reply-To: <1463256198-3829-3-git-send-email-sjg@chromium.org> References: <1463256198-3829-1-git-send-email-sjg@chromium.org> <1463256198-3829-3-git-send-email-sjg@chromium.org> Message-ID: <5739936E.5000007@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14.05.2016 22:02, Simon Glass 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: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan