summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/beltino/romstage.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-03 20:41:03 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-12 10:07:28 +0000
commit6c8e4dd87b334140b0b30420389931caec3c1c22 (patch)
treee7e8c2dcdc115b51bb942824eba6fcb6c2417017 /src/mainboard/google/beltino/romstage.c
parent9a369718d668601da13030e9b57cd1a3e313cf5d (diff)
downloadcoreboot-6c8e4dd87b334140b0b30420389931caec3c1c22.tar.gz
coreboot-6c8e4dd87b334140b0b30420389931caec3c1c22.tar.bz2
coreboot-6c8e4dd87b334140b0b30420389931caec3c1c22.zip
haswell boards: Drop unused romstage.c includes
Several of these includes are no longer necessary. Get rid of them. Since "raminit.h" already includes "pei_data.h", we can omit including the latter for brevity's sake. Change-Id: Ia7e9dadf87114ca9ea4761b89909ea035cdfc38a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43121 Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/beltino/romstage.c')
-rw-r--r--src/mainboard/google/beltino/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/beltino/romstage.c b/src/mainboard/google/beltino/romstage.c
index 525edf467f98..54295a45977f 100644
--- a/src/mainboard/google/beltino/romstage.c
+++ b/src/mainboard/google/beltino/romstage.c
@@ -1,10 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h>
-#include <cpu/intel/haswell/haswell.h>
#include <northbridge/intel/haswell/haswell.h>
#include <northbridge/intel/haswell/raminit.h>
-#include <southbridge/intel/lynxpoint/lp_gpio.h>
#include <southbridge/intel/lynxpoint/pch.h>
void mainboard_config_rcba(void)