summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/bootblock/bootblock.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-04-24 17:11:25 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:39:34 +0000
commit8b08c69386d280842da44df65df5f103a53d23d6 (patch)
treeba1e567fdd35e3dfc7677a57faf17d9082529c04 /src/soc/intel/jasperlake/bootblock/bootblock.c
parent51a549584131e509605b273474f3b7cc3dd73e83 (diff)
downloadcoreboot-8b08c69386d280842da44df65df5f103a53d23d6.tar.xz
{icelake,jasperlake,skylake,tigerlake}/bootblock.c: Clean up includes
Drop unused includes and add missing <intelblocks/systemagent.h>. Change-Id: I06c8b2bf65283c3c1fcd25fdaae298b82fc0e09c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40689 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
Diffstat (limited to 'src/soc/intel/jasperlake/bootblock/bootblock.c')
-rw-r--r--src/soc/intel/jasperlake/bootblock/bootblock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/jasperlake/bootblock/bootblock.c b/src/soc/intel/jasperlake/bootblock/bootblock.c
index ce71cdde89..54ad85a82e 100644
--- a/src/soc/intel/jasperlake/bootblock/bootblock.c
+++ b/src/soc/intel/jasperlake/bootblock/bootblock.c
@@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
-#include <intelblocks/gspi.h>
#include <intelblocks/systemagent.h>
#include <intelblocks/uart.h>
#include <soc/bootblock.h>
-#include <soc/iomap.h>
-#include <soc/pch.h>
asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
{