Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/45331
to review the following change.
Change subject: soc/amd/picasso: Fix a typo of double dollars ......................................................................
soc/amd/picasso: Fix a typo of double dollars
Change-Id: I1f1acad8ee2492558e3e17cab498329f82740c54 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/picasso/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/45331/1
diff --git a/src/soc/amd/picasso/Makefile.inc b/src/soc/amd/picasso/Makefile.inc index 71557af..f9e44f1 100644 --- a/src/soc/amd/picasso/Makefile.inc +++ b/src/soc/amd/picasso/Makefile.inc @@ -418,7 +418,7 @@ $(call_strip_quotes, $(PSP_SEC_DEBUG_FILE)) \ $(PSP_VERSTAGE_FILE) \ $(PSP_VERSTAGE_SIG_FILE) \ - $$(PSP_APCB_FILES) \ + $(PSP_APCB_FILES) \ $(AMDFWTOOL) \ $(obj)/fmap.fmd $(if $(PSP_APCB_FILES), ,$(error APCB_SOURCES is not set))
Bao Zheng has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45331 )
Change subject: soc/amd/picasso: Fix a typo of double dollars ......................................................................
Abandoned
fault