soc/amd/sabrina: Rename PSP whitelist default
Change the name of the whitelist file from the 'cezanne' placeholder to a mendocino path/to/file. Also, as whitelist files won't be pushed into a public repo, modify the path to point to site-local. Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I49bbf1335606567735e36ed9bda1314bfc6247d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66464 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
336e25a3b7
commit
84fef892dd
|
@ -399,7 +399,7 @@ config HAVE_PSP_WHITELIST_FILE
|
|||
config PSP_WHITELIST_FILE
|
||||
string "Debug whitelist file path"
|
||||
depends on HAVE_PSP_WHITELIST_FILE
|
||||
default "3rdparty/amd_blobs/cezanne/PSP/wtl-czn.sbin"
|
||||
default "site-local/3rdparty/amd_blobs/mendocino/PSP/wtl-mdn.sbin"
|
||||
|
||||
config HAVE_SPL_FILE
|
||||
bool "Have a mainboard specific SPL table file"
|
||||
|
|
Loading…
Reference in New Issue