commit | 6f4dbc21e47c5c1dd191cbd2f0fb7252340e0dcb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 23 18:58:53 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 04:43:17 2014 +0100 |
tree | ba0d9a4d1f1f949f8b48a456243d1d7110e4f21b | |
parent | f3cc44f9849fa7682d759621a74fb189a994e3b2 [diff] |
fdt: Tidy up error handling in image_setup_libfdt() The message about needing to reset should be printed no matter what error is printed. Also, an error should always be printed. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Tom Rini <trini@ti.com>