commit | 8edeac86db306482b9bcb860d572320a8c3ed95d | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas@biessmann.org> | Tue May 03 15:17:03 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue May 03 11:28:18 2016 -0400 |
tree | 80b5dbb35d1d0ca5dc440fdb4bc768fb9672b947 | |
parent | a6e7b7744e158c4c02f91fcbf991845cad4dc6e3 [diff] |
mkimage: fix generation of FIT image Commit 7a439cadcf3192eb012a2432ca34670b676c74d2 broke generation of SPL loadable FIT images (CONFIG_SPL_LOAD_FIT). Fix it by removing the unnecessary storage of expected image type. This was a left over of the previous implementation. It is not longer necessary since the mkimage -b switch always has one parameter. Tested-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Andreas Bießmann <andreas@biessmann.org>