On Wed, 22 Jan 2025 16:53:15 +0100, Quentin Schulz wrote: > A FIT image which is NOT using -E when created by mkimage - that is with > image data within the FIT - will fail to apply FDTO if the base FDT > image node does not specify a load property (which points to an address > in DRAM). This is because we check that the FDT address we want to apply > overlay to (i.e. modify and likely increase in size) is not inside the > FIT and give up otherwise. This is assumed necessary because we may then > overwrite other data when applying in-place. > > [...]
Applied to u-boot/master, thanks! -- Tom