commit | 90c7638ab2406a3e224ccb42a04601a4998acbff | [log] [tgz] |
---|---|---|
author | Patrick Wildt <patrick@blueri.se> | Tue Jan 15 16:34:19 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 18 09:16:15 2019 -0500 |
tree | ea4185abf501a59ad86a59a60dc834a9583846a0 | |
parent | 1c3b7ba564cb0846ea6d064e0d8fe5f9d1d5185f [diff] |
mkimage: fixup CONFIG_FIT_EXTERNAL_OFFSET The last parameter is expected to be the imagefile. Since -E is a flag having the output name before -p will make mkimage ignore the external offset option. Signed-off-by: Patrick Wildt <patrick@blueri.se>