diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-06-08 12:37:56 -0600 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-06-09 12:25:33 +0000 |
commit | c2d967aaf9aab4498b5d09b85e8a5a0fb4bc46ac (patch) | |
tree | 9ba8ae9a15334402b25a55642ff9f1cca522de48 | |
parent | ab4b220a35bee0b40f07dd55a3bfd18f4ee93de8 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83010
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/asrock/h110m/Makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asrock/h110m/Makefile.mk b/src/mainboard/asrock/h110m/Makefile.mk index e8ff53e6e8..65ac73386c 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 |