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
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44946 )
Change subject: mb/google/zork: Fix SPD typo in trembyle makefile ......................................................................
Patch Set 1: Code-Review+2
Matt Papageorge has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44946 )
Change subject: mb/google/zork: Fix SPD typo in trembyle makefile ......................................................................
Patch Set 1: Code-Review+1
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44946 )
Change subject: mb/google/zork: Fix SPD typo in trembyle makefile ......................................................................
Patch Set 1:
We should also update templates for trembyle and dalboz in follow-up CLs: https://review.coreboot.org/cgit/coreboot.git/tree/util/mainboard/google/tre...
https://review.coreboot.org/cgit/coreboot.git/tree/util/mainboard/google/dal...
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44946 )
Change subject: mb/google/zork: Fix SPD typo in trembyle makefile ......................................................................
Patch Set 1: Code-Review+2
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44946 )
Change subject: mb/google/zork: Fix SPD typo in trembyle makefile ......................................................................
Patch Set 1:
Landing this early to fix regression on trembyle.
Furquan Shaikh has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44946 Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Matt Papageorge matthewpapa07@gmail.com Reviewed-by: Aaron Durbin adurbin@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/zork/variants/trembyle/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Aaron Durbin: Looks good to me, approved Furquan Shaikh: Looks good to me, approved Matt Papageorge: Looks good to me, but someone else must approve
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