summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/mca.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-07-14 00:20:46 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-07-14 23:11:01 +0000
commite0d9bf7731e0c1721815b860eb0b7130f41a61d0 (patch)
treee34866f36e703d389233917183a9b48fb5894528 /src/soc/amd/picasso/mca.c
parent1e1d490ff885206dfb30dbd7a3dfeffa818afdb6 (diff)
downloadcoreboot-e0d9bf7731e0c1721815b860eb0b7130f41a61d0.tar.gz
coreboot-e0d9bf7731e0c1721815b860eb0b7130f41a61d0.tar.bz2
coreboot-e0d9bf7731e0c1721815b860eb0b7130f41a61d0.zip
soc/amd/picasso/mca: add missing types.h include
Change-Id: I67a88298c19657a5049ab69799be887555ca7240 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/mca.c')
-rw-r--r--src/soc/amd/picasso/mca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c
index 97f5d0b81982..074f313ecf69 100644
--- a/src/soc/amd/picasso/mca.c
+++ b/src/soc/amd/picasso/mca.c
@@ -9,6 +9,7 @@
#include <console/console.h>
#include <arch/bert_storage.h>
#include <cper.h>
+#include <types.h>
/* MISC4 is the last used register in the MCAX banks of Picasso */
#define MCAX_USED_REGISTERS_PER_BANK (MCAX_MISC4_OFFSET + 1)