commit | 25d6e6b1c61db133d36b3059c78a3a2532335b7d | [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 | 10a1eca9696ee586f8df7938c7b1c6c132077f7b [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>