On Mon, 11 Jan 2021 at 08:41, Alexandru Gagniuc <mr.nuke...@gmail.com> wrote: > > FIT signatures can now be implemented with ECDSA. The assumption that > all FIT images are signed with RSA is no longer valid. Thus, instead > of 'select'ing RSA, only 'imply' it. This doesn't change the defaults, > but allows one to explicitly disable RSA support. > > Signed-off-by: Alexandru Gagniuc <mr.nuke...@gmail.com> > --- > common/Kconfig.boot | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>