diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-07-14 00:20:46 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-14 23:11:01 +0000 |
commit | e0d9bf7731e0c1721815b860eb0b7130f41a61d0 (patch) | |
tree | e34866f36e703d389233917183a9b48fb5894528 /src/soc | |
parent | 1e1d490ff885206dfb30dbd7a3dfeffa818afdb6 (diff) |
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')
-rw-r--r-- | src/soc/amd/picasso/mca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index 97f5d0b819..074f313ecf 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) |