Nicholas Chin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83010?usp=email )
Change subject: mb/asrock/h110m/Makefile.mk: Remove superfluous spd from subdirs-y ......................................................................
mb/asrock/h110m/Makefile.mk: Remove superfluous spd from subdirs-y
The H110M does not use memory down, and the spd directory doesn't exist in the board's directory in the first place. This was probably just copy and paste leftover from some existing Skylake board in the initial port.
TEST: Timeless build does not change.
Change-Id: I35744310b2bf8a14165dae9808c982e6dc274a74 Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M src/mainboard/asrock/h110m/Makefile.mk 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/83010/1
diff --git a/src/mainboard/asrock/h110m/Makefile.mk b/src/mainboard/asrock/h110m/Makefile.mk index e8ff53e..65ac733 100644 --- a/src/mainboard/asrock/h110m/Makefile.mk +++ b/src/mainboard/asrock/h110m/Makefile.mk @@ -1,6 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-only
-subdirs-y += spd bootblock-y += bootblock.c
ramstage-y += mainboard.c