Re: [PATCH] tools: amlimage: include <inttypes.h>

Tom Rini <[email protected]> Tue, 20 Jan 2026 08:31:00 -0600
Newsgroups io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot
Message-ID <[email protected]>
On Tue, 13 Jan 2026 12:07:38 +0100, Robert Marko wrote:

> PRIuN, PRIxN, etc macros are defined in <inttypes.h>, without it being
> included errors like:
> tools/amlimage.c:124:38: error: expected ‘)’ before ‘PRIu8’
> tools/amlimage.c:126:31: error: expected ‘)’ before ‘PRIu32’
> 
> Can be hit depending on the host compiler and HOSTCFLAGS.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] tools: amlimage: include <inttypes.h>
      commit: 6f42057c67fad2ad66ed73b9c13347ac7881876f
-- 
Tom