]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Split hash node processing into its own function
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:55 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit94e5fa46a0d1516ee441a394aa2141db663322f6
treefb6415f97d9541877266abafd496f6d2e9d59482
parent604f23dde0b9e6d554b0445a89a809ebd398d515
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>
tools/image-host.c