aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/romstage.c
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2020-05-16 00:52:31 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-05-18 15:11:22 +0000
commit15fd30f0407f64684c975405888534dbd4be5ebf (patch)
tree5434abe99f14b0d8bb543ad27ec9e9b13f2977c6 /src/soc/amd/picasso/romstage.c
parentb74f45e9c4ae7bb504986298df8da89b6f017e65 (diff)
soc/amd/picasso/romstage: add missing types.h include
Change-Id: I26f15e7bd2f65e94ed1c2771bd8504114bfcda48 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41446 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/romstage.c')
-rw-r--r--src/soc/amd/picasso/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c
index a9ee5a5b12..f038456b29 100644
--- a/src/soc/amd/picasso/romstage.c
+++ b/src/soc/amd/picasso/romstage.c
@@ -15,6 +15,7 @@
#include <elog.h>
#include <soc/romstage.h>
#include <soc/mtrr.h>
+#include <types.h>
#include "chip.h"
#include <fsp/api.h>