From 183a17e42f1d699ad0fb5f6378663d346ffcb8da Mon Sep 17 00:00:00 2001 From: Ana Carolina Cabral Date: Fri, 20 Sep 2024 09:50:23 -0300 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84438 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/amd/birman_plus/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/birman_plus/Kconfig b/src/mainboard/amd/birman_plus/Kconfig index df2568e6ad..462fece271 100644 --- a/src/mainboard/amd/birman_plus/Kconfig +++ b/src/mainboard/amd/birman_plus/Kconfig @@ -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. -- cgit v1.2.3