Maximilian Brune has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86865?usp=email )
Change subject: soc/amd/glinda/psp_verstage/Makefile.mk: Fix incorrect syntax ......................................................................
soc/amd/glinda/psp_verstage/Makefile.mk: Fix incorrect syntax
Must have been accidentally happened when copying phoenix to glinda.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I78996cd35085c7649c4952d9b121957c8cedd84b Reviewed-on: https://review.coreboot.org/c/coreboot/+/86865 Reviewed-by: Andy Ebrahiem ahmet.ebrahiem@9elements.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M src/soc/amd/glinda/psp_verstage/Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Felix Singer: Looks good to me, approved Felix Held: Looks good to me, approved Andy Ebrahiem: Looks good to me, but someone else must approve
diff --git a/src/soc/amd/glinda/psp_verstage/Makefile.mk b/src/soc/amd/glinda/psp_verstage/Makefile.mk index a11f053..add7e07 100644 --- a/src/soc/amd/glinda/psp_verstage/Makefile.mk +++ b/src/soc/amd/glinda/psp_verstage/Makefile.mk @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only
-ifeq $($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y) +ifeq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y)
subdirs-y += ../../common/psp_verstage