Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63188 )
Change subject: soc/amd/sabrina/makefile: drop PSP_S0I3_RESUME_VERSTAGE handling ......................................................................
soc/amd/sabrina/makefile: drop PSP_S0I3_RESUME_VERSTAGE handling
The PSP_S0I3_RESUME_VERSTAGE Kconfig symbol is only defined in the Cezanne Kconfig, so drop this from the Sabrina makefile.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I9571a302d427981cdf750a1cb3b7f4db9d61a87c --- M src/soc/amd/sabrina/Makefile.inc 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/63188/1
diff --git a/src/soc/amd/sabrina/Makefile.inc b/src/soc/amd/sabrina/Makefile.inc index b180156..deffc15 100644 --- a/src/soc/amd/sabrina/Makefile.inc +++ b/src/soc/amd/sabrina/Makefile.inc @@ -110,10 +110,6 @@ PSP_SOFTFUSE_BITS += 29 endif
-ifeq ($(CONFIG_PSP_S0I3_RESUME_VERSTAGE),y) -PSP_SOFTFUSE_BITS += 58 -endif - # Use additional Soft Fuse bits specified in Kconfig PSP_SOFTFUSE_BITS += $(call strip_quotes, $(CONFIG_PSP_SOFTFUSE_BITS))