soc/amd/cezanne/Kconfig: Make AMDFW_CONFIG_FILE configurable
Its useful if you have some binaries downstream which are not published yet. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I00f67e6eb93af095e3ae1f4851d13cd7666a9851 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90180 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c9f124a8fb
commit
47101fc224
1 changed files with 3 additions and 1 deletions
|
|
@ -353,9 +353,11 @@ config DISABLE_KEYBOARD_RESET_PIN
|
|||
menu "PSP Configuration Options"
|
||||
|
||||
config AMDFW_CONFIG_FILE
|
||||
string
|
||||
string "AMD PSP Firmware config file"
|
||||
#default "src/soc/amd/cezanne/fw_renoir.cfg" if SOC_AMD_RENOIR
|
||||
default "src/soc/amd/cezanne/fw.cfg"
|
||||
help
|
||||
Specify the path/location of AMD PSP Firmware config file.
|
||||
|
||||
config PSP_DISABLE_POSTCODES
|
||||
bool "Disable PSP post codes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue