Skip to content
Snippets Groups Projects
Commit f8f9107d authored by Teddy Reed's avatar Teddy Reed Committed by Tom Rini
Browse files

mkimage: fit: spl: Add an optional static offset for external data


When building a FIT with external data (-E), U-Boot proper may require
absolute positioning for executing the external firmware. To acheive this
use the (-p) switch, which will replace the amended 'data-offset' with
'data-position' indicating the absolute position of external data.

It is considered an error if the requested absolute position overlaps with the
initial data required for the compact FIT.

Signed-off-by: default avatarTeddy Reed <teddy.reed@gmail.com>
parent 92dfd922
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment