]> git.dujemihanovic.xyz Git - u-boot.git/commit
mkimage: allow internalization of data-position
authorLars Feyaerts <lars@bitbiz.be>
Mon, 2 Oct 2023 08:00:14 +0000 (10:00 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 14:35:24 +0000 (10:35 -0400)
commit4860ee9b09e00ded5e9dfb5d418283dc2840bf1e
tree770f949216253571d488d88983cc3f1ab9228978
parent814774c07617465f735644fb4f6352a4e50fb286
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: Lars Feyaerts <lars@bitbiz.be>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/mkimage.1
tools/fit_image.c