summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/cezanne/Kconfig2
-rw-r--r--src/soc/amd/picasso/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index b58e45398e..fab31d4f0e 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -379,7 +379,7 @@ config PSP_SOFTFUSE_BITS
config PSP_VERSTAGE_FILE
string "Specify the PSP_verstage file path"
depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
- default "$(obj)/psp_verstage.bin"
+ default "\$(obj)/psp_verstage.bin"
help
Add psp_verstage file to the build & PSP Directory Table
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 88bff50179..eb1780ae8d 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -432,7 +432,7 @@ config PSP_UNLOCK_SECURE_DEBUG
config PSP_VERSTAGE_FILE
string "Specify the PSP_verstage file path"
depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
- default "$(obj)/psp_verstage.bin"
+ default "\$(obj)/psp_verstage.bin"
help
Add psp_verstage file to the build & PSP Directory Table