From 055ec248a059c857a3477c9f83a265f7ff052ce4 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sat, 6 Jul 2024 22:52:31 +0200 Subject: payloads/ipxe/kconfig: Fix option name prefix With commit 238ff1e9c7 ("payloads/ipxe: Prefix iPXE options with "IPXE" instead "PXE""), the prefix for iPXE related Kconfig identifiers was unified to "IPXE". So rename the identifier for the TRUST_CMD option as well, which was introduced later. Change-Id: I918358b859003503526ba7849494bb23f8c893fd Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/83361 Reviewed-by: Nicholas Chin Tested-by: build bot (Jenkins) --- payloads/external/iPXE/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external/iPXE/Kconfig') diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 02dce27848..ff25d81957 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -108,7 +108,7 @@ config IPXE_HAS_HTTPS Enable HTTPS protocol, which allows you to encrypt all communication with a web server and to verify the server's identity -config PXE_TRUST_CMD +config IPXE_TRUST_CMD bool "Enable TRUST commands" default y help -- cgit v1.2.3