From 2bc7a6b3d2c68fd820a9390efedc44a3d632ab26 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 23 Jun 2021 14:26:45 +0200 Subject: soc/intel/broadwell: Move `mainboard_fill_spd_data` Move the `mainboard_fill_spd_data` function out of romstage, in preparation to confine `pei_data` usage to as few files as possible. Change-Id: I6447da4d135d920f9145e817bfb7f9056e09df84 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55805 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/google/jecht/spd/spd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/jecht/spd') diff --git a/src/mainboard/google/jecht/spd/spd.c b/src/mainboard/google/jecht/spd/spd.c index 102ba4933e..942b9a33e9 100644 --- a/src/mainboard/google/jecht/spd/spd.c +++ b/src/mainboard/google/jecht/spd/spd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include +#include /* Copy SPD data for on-board memory */ void mainboard_fill_spd_data(struct pei_data *pei_data) -- cgit v1.2.3