mkimage: fixup CONFIG_FIT_EXTERNAL_OFFSET
authorPatrick Wildt <patrick@blueri.se>
Tue, 15 Jan 2019 15:34:19 +0000 (16:34 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 18 Jan 2019 14:16:15 +0000 (09:16 -0500)
commit5d94158aa9af94542a2bb35f6aaa8a2d786fc6c2
treeea4185abf501a59ad86a59a60dc834a9583846a0
parent6e7051144f60018df12fda9f4dcb7eee8d6f62ac
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>
Makefile