Mario Scheithauer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74780 )
Change subject: mb/siemens/mc_ehl: Remove subdir 'spd' from Makefile ......................................................................
mb/siemens/mc_ehl: Remove subdir 'spd' from Makefile
Since commit 833bb448c521 ("mb/siemens/mc_ehl: Remove spd.bin from CBFS"), the subdir 'spd' is no longer necessary.
Change-Id: Ibaf44e3181b2167aa83cffcc59835196e4cb5cdb Signed-off-by: Mario Scheithauer mario.scheithauer@siemens.com --- M src/mainboard/siemens/mc_ehl/Makefile.inc 1 file changed, 13 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/74780/1
diff --git a/src/mainboard/siemens/mc_ehl/Makefile.inc b/src/mainboard/siemens/mc_ehl/Makefile.inc index e34eddb..574d595 100644 --- a/src/mainboard/siemens/mc_ehl/Makefile.inc +++ b/src/mainboard/siemens/mc_ehl/Makefile.inc @@ -1,7 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-only
-subdirs-y += spd - bootblock-y += bootblock.c
romstage-y += romstage_fsp_params.c