soc/amd/phoenix/Kconfig: Update default soft fuse bits
Set the default soft fuse bits to the recommended values Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I2354aefe90a08eaef95a68926806d11a9118c3de Reviewed-on: https://review.coreboot.org/c/coreboot/+/75183 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
096e04c935
commit
5c1c7b6904
|
@ -430,7 +430,7 @@ config SPL_RW_AB_TABLE_FILE
|
|||
|
||||
config PSP_SOFTFUSE_BITS
|
||||
string "PSP Soft Fuse bits to enable"
|
||||
default "34 28 6"
|
||||
default "36 28 6"
|
||||
help
|
||||
Space separated list of Soft Fuse bits to enable.
|
||||
Bit 0: Enable secure debug (Set by PSP_UNLOCK_SECURE_DEBUG)
|
||||
|
|
Loading…
Reference in New Issue