Re: [PATCH 2/2] mkimage: allow internalization of data-position

2023-10-11 Thread Tom Rini
On Mon, Oct 02, 2023 at 10:00:14AM +0200, Lars Feyaerts wrote: > 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 interna

Re: [PATCH 2/2] mkimage: allow internalization of data-position

2023-10-03 Thread Simon Glass
On Mon, 2 Oct 2023 at 02:01, Lars Feyaerts wrote: > > 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 co