aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-02-27 20:18:26 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-02-28 20:24:50 +0000
commit6457ba17b29a1fbcfea88d73c37d2eb2f38dd216 (patch)
tree2a32aacac7f3ced10a9cb700ae7091fca6056dd9 /src/soc/amd/common
parentf0400e7d3f1bf7e6f8b5fa2ba371a24c39f91b0e (diff)
soc/amd/common/block/apob/apob_cache: include types.h
The bool type is used although stdbool.h isn't included. Include types.h which will include both stdint.h and stdbool.h Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5213ddae3ceb36e0b2e09f8ef3f7f414ebdf187f Reviewed-on: https://review.coreboot.org/c/coreboot/+/73316 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/apob/apob_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/apob/apob_cache.c b/src/soc/amd/common/block/apob/apob_cache.c
index 37a2de23d8..5eab44be62 100644
--- a/src/soc/amd/common/block/apob/apob_cache.c
+++ b/src/soc/amd/common/block/apob/apob_cache.c
@@ -12,10 +12,10 @@
#include <fmap_config.h>
#include <security/vboot/vboot_common.h>
#include <spi_flash.h>
-#include <stdint.h>
#include <string.h>
#include <thread.h>
#include <timestamp.h>
+#include <types.h>
#include <xxhash.h>
#define DEFAULT_MRC_CACHE "RW_MRC_CACHE"