coreboot/src/arch
Patrick Rudolph 15f917e227 arch/x86/include/stdint: Fix PRIu64
We alwas define uint64_t as unsigned long long, even on x86_64.
Fix PRIu64 to match the definition of the datatype, to prevent
compilation errors when compiling for x86_64.

Change-Id: I7b10a18eab492f02d39fc2074b47f5fdc7209f3d
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/c/30002
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2018-12-05 13:27:31 +00:00
..
arm src: Remove duplicated round up function 2018-11-29 12:17:45 +00:00
arm64 src: Remove unneeded include <cbmem.h> 2018-11-16 10:56:47 +00:00
mips selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
ppc64 arch/power8: Rename to ppc64 2018-11-30 20:02:17 +00:00
riscv src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
x86 arch/x86/include/stdint: Fix PRIu64 2018-12-05 13:27:31 +00:00