Rob Barnes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44946 )
Change subject: mb/google/zork: Fix SPD typo in trembyle makefile ......................................................................
mb/google/zork: Fix SPD typo in trembyle makefile
Relative path to spd directory was wrong.
BUG=b:167175547 TEST=Boot Trembyle SKU 2
Change-Id: I63ae4f39ba69d2d80c25ac7383b6eb953901f56d Signed-off-by: Rob Barnes robbarnes@google.com --- M src/mainboard/google/zork/variants/trembyle/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/44946/1
diff --git a/src/mainboard/google/zork/variants/trembyle/Makefile.inc b/src/mainboard/google/zork/variants/trembyle/Makefile.inc index e22847e..57e7136 100644 --- a/src/mainboard/google/zork/variants/trembyle/Makefile.inc +++ b/src/mainboard/google/zork/variants/trembyle/Makefile.inc @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later
-subdirs-y += ../spd +subdirs-y += ./spd
ramstage-y += gpio.c