mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-13 07:07:28 +08:00
When printing a size_t value we need to use %zu for portability between 32bit and 64bit targets. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Marek Behun <marek.behun@nic.cz>