commit | fed14d0a27038bbda61abf178564919865b73145 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Tue Dec 20 15:58:45 2016 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 13 18:19:45 2017 -0700 |
tree | 234de69c816f550ca7c93bd4ea751810551cbaa5 | |
parent | 9e7fc052c604455499e1e2a95b80a23c8706e325 [diff] |
cmd: fdt: Print error message when fdt application fails There are lots of reason why a FDT application might fail, the error code might give an indication. Let the error code translate in a error string so users can try to understand what went wrong. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Simon Glass <sjg@chromium.org>