aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-20 22:08:42 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-23 11:24:30 +0000
commite23b0abe30f3cf026a931cfd145d568cddf37ffc (patch)
treeab2979091347b7f325ea1b70ba6706424c22cca4 /src/mainboard/google/auron/Makefile.inc
parent465b2a8f002648a1d8a05a07e0cda7ae82ccb25d (diff)
mb/google/auron: Factor out `mainboard_print_spd_info`
It is identical for all variants that have it. Change-Id: Iec3a5f036d9b760d1075059f2db1480b1c76273e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49772 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/auron/Makefile.inc')
-rw-r--r--src/mainboard/google/auron/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/auron/Makefile.inc b/src/mainboard/google/auron/Makefile.inc
index 7d31655177..b8db4a0d20 100644
--- a/src/mainboard/google/auron/Makefile.inc
+++ b/src/mainboard/google/auron/Makefile.inc
@@ -8,6 +8,8 @@ bootblock-$(CONFIG_CHROMEOS) += chromeos.c
smm-y += smihandler.c
+romstage-$(CONFIG_HAVE_SPD_IN_CBFS) += spd.c
+
romstage-y += variants/$(VARIANT_DIR)/pei_data.c
ramstage-y += variants/$(VARIANT_DIR)/pei_data.c