From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 5 Dec 2015 11:00:34 +0100 Subject: [U-Boot] [PATCH 0/7] Switch rockchip firefly to using tiny-printf In-Reply-To: <1449268061-805-1-git-send-email-sjoerd.simons@collabora.co.uk> References: <1449268061-805-1-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: <5662B5C2.3060606@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 04.12.2015 23:27, Sjoerd Simons wrote: > > The Rockchip rk3288 SPL was always too close to the 32k limit, either > needing gcc 5 or a patched gcc (with some constant string GC fixes) to > actually stay (just) below 32k. With recent changes, it unfortunatly > went over with common gcc versions. > > This serie switches the firefly SPL to use tiny-printf instead of the > printf from vsprint, saving around 1800 bytes in the final binary to > bring it under the limit with a bit more margin again. Thanks for working on this. Whole series: Reviewed-by: Stefan Roese Thanks, Stefan