On Tue, 27 Aug 2024 18:00:54 +0200, Matthias Pritschet wrote: > If the signature/key node(s) are not yet present in the U-Boot device > tree, ecdsa_add_verify_data simply fails if it can't find the nodes. > This behaviour differs from rsa_add_verify_data, wich does add the missing > nodes and proceeds in that case. > > This change is mainly copy&paste from rsa_add_verify_data to add the > same behaviour to ecdsa_add_verify_data. > > [...]
Applied to u-boot/master, thanks! -- Tom

