image-sig: use designated initializers for algorithm
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Oct 2017 01:03:40 +0000 (10:03 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 6 Nov 2017 14:58:59 +0000 (09:58 -0500)
commit8ec87df3762f27bbd77fb28474d1e46ad23c9e28
tree89f86d13008dfb7153a0a75b1d455dfc221824c7
parent79df00fdb40b4584919c8bcef42d323a8d38d0f1
image-sig: use designated initializers for algorithm

Designated initializers are more readable because we do not
have to check the order in the struct definitions.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-sig.c