commit | 597a8b2c68574970dc38c55abe07712b6045776a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 12 07:24:42 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:18:56 2014 -0400 |
tree | 815ebb32149d51c50d4b0af257acc9f932446412 | |
parent | 04819a4ff1c93972ac46aedd3f17becbd5e0b588 [diff] |
mkimage: Automatically expand FDT in more cases The original code did not cover every case and there was a missing negative sign in one case. Expand the coverage and fix the bug. Signed-off-by: Simon Glass <sjg@chromium.org>