mkeficapsule: Remove dtb related options
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sat, 17 Jul 2021 14:26:45 +0000 (17:26 +0300)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Jul 2021 12:43:56 +0000 (14:43 +0200)
commitf86caab058ff062ce72b24cd1ab9ec1253cc1352
tree84b26be1eebc5f20ef1f692ccf037b9aacf12214
parentddf67daac39de76d2697d587148f4c2cb768f492
mkeficapsule: Remove dtb related options

commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in a dtb")
added a bunch of options enabling the addition of the capsule public key
in a dtb.  Since now we embedded the key in U-Boot's .rodata we don't this
this functionality anymore

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
tools/mkeficapsule.c