aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2020-09-11 17:06:19 +0800
committerBao Zheng <fishbaozi@gmail.com>2020-09-20 02:47:27 +0000
commit6252b601c95393e3a8efce55101cc616ef16928a (patch)
tree9e6a1f8a890df3a690d42b0abc20e6c2789a07f1 /src/soc/amd/picasso/Kconfig
parent5a85d134b140bc27b00b67b28ddf54cd59365ce6 (diff)
soc/amd/picasso: Fix typo of Kconfig setting
USE_PSPSCUREOS -> USE_PSPSECUREOS. Change-Id: I5c89975cc317cb93e79509e885010d14a79dd7e1 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45285 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 3b12089bf9..3d9b08d9cc 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -443,7 +443,7 @@ config AMD_PUBKEY_FILE
string
default "3rdparty/amd_blobs/picasso/PSP/AmdPubKeyRV.bin"
-config USE_PSPSCUREOS
+config USE_PSPSECUREOS
bool
default y
help