Hi I have a FIT image with u-boot headers wrapped (used mkimage to wrap the eload), how do I specify a different execution address for FIT image excluding the header length after u-boot load it into memory? Or is there command in u-boot to remove a fixed offset content then load the rest to memory?
It will stall the boot sequence since u-boot find the header instead of kernel/fdt image at the original execution address.
Thanks!