commit | 79f3c595492a2838c4bc83e7d9f7e73ec3a06350 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 23 10:03:40 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 06 09:58:59 2017 -0500 |
tree | 89f86d13008dfb7153a0a75b1d455dfc221824c7 | |
parent | 2b0aa660d93e9608842e70563a515a6968cd6168 [diff] |
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>