summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/romstage/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-19 20:38:37 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-03-01 19:41:17 +0000
commit53496e69ece91d388d66cf26ccc49a1e0a52f833 (patch)
treee1873cb23b54f058183ab22b795564503923c446 /src/soc/intel/tigerlake/romstage/Makefile.inc
parentec1b37decc207f95f7d0cd9680d1f2aab4b9d1c5 (diff)
downloadcoreboot-53496e69ece91d388d66cf26ccc49a1e0a52f833.tar.gz
coreboot-53496e69ece91d388d66cf26ccc49a1e0a52f833.tar.bz2
coreboot-53496e69ece91d388d66cf26ccc49a1e0a52f833.zip
soc/intel: Drop `romstage_pch_init()` function
It only calls `smbus_common_init()`, so just call that directly. Change-Id: I0237f52bb9b0503e83f5dbf31c4064bd0f5bae28 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50947 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake/romstage/Makefile.inc')
-rw-r--r--src/soc/intel/tigerlake/romstage/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/romstage/Makefile.inc b/src/soc/intel/tigerlake/romstage/Makefile.inc
index a1a6c6638df3..99c1d2ca254e 100644
--- a/src/soc/intel/tigerlake/romstage/Makefile.inc
+++ b/src/soc/intel/tigerlake/romstage/Makefile.inc
@@ -3,5 +3,4 @@
romstage-y += fsp_params.c
romstage-y += ../../../../cpu/intel/car/romstage.c
romstage-y += romstage.c
-romstage-y += pch.c
romstage-y += systemagent.c