]> git.sur5r.net Git - u-boot/commitdiff
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)
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>

No differences found