mb/amd/birman_plus: Fix menuconfig option for EC firmware path

Menu option wasn't showing due to wrong config flag.

Change-Id: I30592a8c3e57017473511366a8cf11928e55b5e9
Signed-off-by: Ana Carolina Cabral <ana.cpmelo95@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84438
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Ana Carolina Cabral 2024-09-20 09:50:23 -03:00 committed by Nico Huber
commit 183a17e42f

View file

@ -49,7 +49,7 @@ config BIRMANPLUS_HAVE_MCHP_FW
config BIRMANPLUS_MCHP_SIG_FILE
string "Microchip EC signature file"
depends on BIRMAN_HAVE_MCHP_FW
depends on BIRMANPLUS_HAVE_MCHP_FW
default "3rdparty/blobs/mainboard/amd/birman_plus/EC_birmanplus_sig.bin"
help
The EC sig blob is the first 4kBytes of the firmware image.
@ -61,7 +61,7 @@ config AMD_SOC_CONSOLE_UART
config BIRMANPLUS_MCHP_FW_FILE
string "Microchip EC firmware file"
depends on BIRMAN_HAVE_MCHP_FW
depends on BIRMANPLUS_HAVE_MCHP_FW
default "3rdparty/blobs/mainboard/amd/birman_plus/EC_birmanplus.bin"
help
The EC firmware blob is at the EC_BODY FMAP region of the firmware image.