]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
scripts/Makefile.lib: fixes: Embed capsule public key in platform's dtb
authorJonathan Humphreys <j-humphreys@ti.com>
Thu, 13 Jun 2024 20:27:52 +0000 (15:27 -0500)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 14 Jul 2024 07:56:24 +0000 (09:56 +0200)
The call to cmd_capsule_esl_gen was made directly rather than using the
"cmd,xxx" syntax.

Fixes: c7d4dfcd ("scripts/Makefile.lib: Embed capsule public key in
platform's dtb")

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
scripts/Makefile.lib

index 3e68d5aa803ed9f6b6efe8aed619d2e3e60bccf8..d3c95f3446f72978605c860a5a55accb8d8e43d6 100644 (file)
@@ -351,7 +351,7 @@ ifeq ($(CONFIG_EFI_CAPSULE_ESL_FILE),"")
        $(error "CONFIG_EFI_CAPSULE_ESL_FILE is empty, EFI capsule authentication \
        public key must be specified when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled")
 else
-       $(call cmd_capsule_esl_gen)
+       $(call cmd,capsule_esl_gen)
 endif
 
 capsule_esl_input_file=$(srctree)/lib/efi_loader/capsule_esl.dtsi.in