commit | aa6d6db4d4e85f2cae5553a27d1140069fd3e8e1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 08 08:05:57 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | 93d3e851704398d6a113c2455fd890dd3bf122a5 | |
parent | 35e7b0f1790b5e620041348aec04c1e51d9d649b [diff] |
mkimage: Put FIT loading in function and tidy error handling The fit_handle_file() function is quite long - split out the part that loads and checks a FIT into its own function. We will use this function for storing public keys into a destination FDT file. The error handling is currently a bit repetitive - tidy it. Signed-off-by: Simon Glass <sjg@chromium.org>