From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 9 Jun 2016 07:14:32 +0200 Subject: [U-Boot] [PATCH v2] tiny-printf: Correct the snprintf() implementation In-Reply-To: <1465440915-1879-1-git-send-email-sjg@chromium.org> References: <1465440915-1879-1-git-send-email-sjg@chromium.org> Message-ID: <5758FB38.50300@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 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 Thanks, Stefan