aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/purism/librem_skl/Makefile.inc
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-05-04 17:06:06 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-07 15:58:39 +0000
commit0ebdf2ac75a6459534d0543d3bc963a96316f920 (patch)
tree65a538bceafc80666ede4b0a828a8024633bcc49 /src/mainboard/purism/librem_skl/Makefile.inc
parentfeb50f15cc888150c90a5a12e749773cfe401dd5 (diff)
mb/purism/librem_skl: Refactor to get rid of `pei_data`
The SoC specific `struct pei_data` was filled with values that were never consumed anywhere again. So just merge the used code into `romstage.c` where it's effectively used. Change-Id: I499b3cfcdd5400ea132749555d433a2d8a9471a3 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32595 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/purism/librem_skl/Makefile.inc')
-rw-r--r--src/mainboard/purism/librem_skl/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/purism/librem_skl/Makefile.inc b/src/mainboard/purism/librem_skl/Makefile.inc
index 5a7131f1ba..35f0f6cbde 100644
--- a/src/mainboard/purism/librem_skl/Makefile.inc
+++ b/src/mainboard/purism/librem_skl/Makefile.inc
@@ -13,8 +13,5 @@
## GNU General Public License for more details.
##
-romstage-y += pei_data.c
-
-ramstage-y += pei_data.c
ramstage-y += ramstage.c
ramstage-y += hda_verb.c