From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 09 Jun 2016 15:23:05 +0200 Subject: [U-Boot] [PATCH v2] tiny-printf: Correct the snprintf() implementation In-Reply-To: <5758FB38.50300@denx.de> References: <1465440915-1879-1-git-send-email-sjg@chromium.org> <5758FB38.50300@denx.de> Message-ID: <57596DB9.5080004@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 06/09/2016 07:14 AM, Stefan Roese wrote: > On 09.06.2016 04:55, Simon Glass wrote: >> This current code passes the variable arguments list to sprintf(). >> This is >> not correct. Fix it by calling _vprintf() directly. >> >> This makes firefly-rk3288 boot again. >> >> Fixes: abeb272 ("tiny-printf: Support snprintf()") >> Signed-off-by: Simon Glass > > Reviewed-by: Stefan Roese Acked-by: Marek Vasut -- Best regards, Marek Vasut