From 5340abcd2f0f7b8daa007f1059d5e3ce1997e9b4 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 16 Sep 2021 21:54:12 +0200 Subject: soc/amd/common/block/pi/image: replace stdbool.h include with types.h Apart from the bool type, uint8_t, uint32_t and uint64_t are used in this file, so include types.h instead of stdbool.h. Signed-off-by: Felix Held Change-Id: I30088d68132058f40b974fbaa822f322b58ed6c7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57723 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/common/block/pi/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/amd/common/block/pi/image.c b/src/soc/amd/common/block/pi/image.c index 3c90d7cb46..03a2a473a0 100644 --- a/src/soc/amd/common/block/pi/image.c +++ b/src/soc/amd/common/block/pi/image.c @@ -2,7 +2,7 @@ #include #include -#include +#include /* Check if the image has the desired module. */ static bool validate_image(void *module_chain, const char module_signature[8]) -- cgit v1.2.3