mkimage: Bring data into the FIT before processing
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:54 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:30 +0000 (19:18 -0400)
commit529fd1886639e5348a6f430d931eedd05c4cc93e
tree183f0cd0e71287d24173504523dc1eecfe254531
parent722ebc8f84d5bccd2e70fad1079a0dd40cceddec
mkimage: Bring data into the FIT before processing

Since we now support data outside the FIT image, bring it into the FIT image
first before we do any processing. This avoids adding new functionality to
the core FIT code for now.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/fit_image.c