diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2023-04-26 11:19:53 +0200 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-05-04 13:41:25 +0000 |
commit | b70b980ddad48717bfd57a34716d6e4a5d80d212 (patch) | |
tree | 123c528f1b10273905156eb25303c95873b0902b | |
parent | cc991c58cf409d63cdf2d4c1fba978c97842b989 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74780
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jan Samek <jan.samek@siemens.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
-rw-r--r-- | src/mainboard/siemens/mc_ehl/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Makefile.inc b/src/mainboard/siemens/mc_ehl/Makefile.inc index e34eddb9f1..574d595079 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 |