acpi: Fix BERT size_t printf format error
commit07dda337b78be64c6064fcce14ccb5d1f7fdace2
authorBenjamin Doron <benjamin.doron00@gmail.com>
Fri, 5 Feb 2021 00:23:46 +0000 (5 00:23 +0000)
committerPatrick Georgi <pgeorgi@google.com>
Sun, 7 Feb 2021 21:54:00 +0000 (7 21:54 +0000)
treeda279e2f8842e08fba7d4c471b67f67221886542
parentdd754fce72a987e15ec9c58494aa123c198cb5dd
acpi: Fix BERT size_t printf format error

Fix compilation on GCC 10.2.1 and address the underlying issue. The
printf format specifier for a size_t type is z.

Change-Id: Ieb1db6c0c3eb4947bd3617e418bac238b70ec08f
Signed-off-by: Benjamin Doron <benjamin.doron00@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50051
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/arch/x86/acpi_bert_storage.c
src/soc/intel/common/block/systemagent/memmap.c