]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit809141812e701d11651edb87d6332748d6289151
tree2e94fd199bd8a1bd88cee36ab8aa632430efb078
parentb182816c1fb436916661949213c543bf4d42250b
scripts/Makefile.lib: fixes: Embed capsule public key in platform's dtb

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