diff options
Diffstat (limited to 'src/soc/amd/cezanne/Makefile.inc')
-rw-r--r-- | src/soc/amd/cezanne/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/Makefile.inc b/src/soc/amd/cezanne/Makefile.inc index 4731dc5ce7..fa38cc3785 100644 --- a/src/soc/amd/cezanne/Makefile.inc +++ b/src/soc/amd/cezanne/Makefile.inc @@ -112,7 +112,7 @@ PSP_SOFTFUSE_BITS += 29 endif # Use additional Soft Fuse bits specified in Kconfig -PSP_SOFTFUSE_BITS += $(CONFIG_PSP_SOFTFUSE_BITS) +PSP_SOFTFUSE_BITS += $(call strip_quotes, $(CONFIG_PSP_SOFTFUSE_BITS)) # type = 0x3a ifeq ($(CONFIG_HAVE_PSP_WHITELIST_FILE),y) |