summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/romstage
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-22 22:15:27 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-25 16:15:09 +0000
commitcbbbb6c79d94ccc4b38913be74dc34ad1f365bac (patch)
treeaae253bb3cd7c5a623641bbda0f717f6a886c35b /src/soc/intel/tigerlake/romstage
parentd7d551523d8f9f3f35cdb95094f2fe650d078dc0 (diff)
downloadcoreboot-cbbbb6c79d94ccc4b38913be74dc34ad1f365bac.tar.gz
coreboot-cbbbb6c79d94ccc4b38913be74dc34ad1f365bac.tar.bz2
coreboot-cbbbb6c79d94ccc4b38913be74dc34ad1f365bac.zip
soc/intel/tigerlake: Clean up includes
Change-Id: I9c75e900d05d16de830c750f074df84bb17f64dc Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Diffstat (limited to 'src/soc/intel/tigerlake/romstage')
-rw-r--r--src/soc/intel/tigerlake/romstage/systemagent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/romstage/systemagent.c b/src/soc/intel/tigerlake/romstage/systemagent.c
index bedc19236e7b..2393e6ace2aa 100644
--- a/src/soc/intel/tigerlake/romstage/systemagent.c
+++ b/src/soc/intel/tigerlake/romstage/systemagent.c
@@ -6,6 +6,7 @@
* Chapter number: 3
*/
+#include <commonlib/bsd/helpers.h>
#include <intelblocks/systemagent.h>
#include <soc/iomap.h>
#include <soc/romstage.h>