From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 31 May 2016 21:36:12 +0200 Subject: [U-Boot] [PATCH 1/2] [RFC] lib: Implement support for tiny sprintf() In-Reply-To: References: <1464278425-4904-1-git-send-email-marex@denx.de> <20160530175532.GY7419@bill-the-cat> Message-ID: <574DE7AC.40903@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 05/31/2016 08:19 PM, Simon Glass wrote: > Hi, > > On 31 May 2016 at 05:55, Tom Rini wrote: >> On Thu, May 26, 2016 at 06:00:24PM +0200, Marek Vasut wrote: >> >>> Tweak the tiny printf code to also provide similarly tiny sprintf() >>> implementation. This is not comformant with POSIX for sure, but it >>> keeps the size down while still behaving rather reasonably. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Simon Glass >>> Cc: Tom Rini >> >> Reviewed-by: Tom Rini > > Also please see this one: > > http://patchwork.ozlabs.org/patch/622267/ > > It uses a function passed in. Oh, I knew I saw some s*printf() stuff from you. Works for me :) -- Best regards, Marek Vasut