]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdcfc75905fc7336ae636d67f24379cf92fcf45ce
tree89f86d13008dfb7153a0a75b1d455dfc221824c7
parent50c9e83b615968905a9edb9a8132b19838d108ba
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