soc/amd/common/block/pi: Add missing include stdbool.h

BUG=b:179699789
TEST=build morphius

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I298ce1ee436a5c8eb8375dc5fe55665bbf977463
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57619
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Raul E Rangel 2021-09-13 09:27:54 -06:00 committed by Felix Held
parent 4969b4d955
commit aa1b67de29
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <agesa_headers.h>
#include <amdblocks/image.h>
#include <stdbool.h>
/* Check if the image has the desired module. */
static bool validate_image(void *module_chain, const char module_signature[8])