commit | 94e5fa46a0d1516ee441a394aa2141db663322f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 07 06:11:55 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | fb6415f97d9541877266abafd496f6d2e9d59482 | |
parent | 604f23dde0b9e6d554b0445a89a809ebd398d515 [diff] |
image: Split hash node processing into its own function This function has become quite long and much of the body is indented quite a bit. Move it into a separate function to make it easier to work with. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>