efi: Drop the message about building the EFI capsule

This message is not very useful, so drop it.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-11-02 16:49:19 +01:00
parent e9ac6dad87
commit 1ecf365eab

View File

@@ -414,7 +414,6 @@ ifeq ($(CONFIG_EFI_CAPSULE_CRT_FILE),"")
$(error "CONFIG_EFI_CAPSULE_CRT_FILE is empty, EFI capsule authentication \
public key must be specified when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled")
else
$(Q)echo "Building capsule_esl_file: $@ from $<"
$(call cmd,capsule_esl_gen)
endif