Skip to content
Commit 4860ee9b authored by Lars Feyaerts's avatar Lars Feyaerts Committed by Tom Rini
Browse files

mkimage: allow internalization of data-position



Make it possible for data that was externalized using a static external
position (-p) to be internalized. Enables the ability to convert
existing FIT images built with -p to be converted to a FIT image where the
data is internal, to be converted to a FIT image where the data is
external relative to the end of the FIT (-E) or change the initial
static external position to a different static external position (-p).

Removing the original external-data-related properties ensures that
they're not present after conversion. Without this, they would still be
present in the resulting FIT even if the FIT has been, for example,
internalized.

Signed-off-by: default avatarLars Feyaerts <lars@bitbiz.be>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 814774c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment