[PATCH v4] image: apply FDTOs on FDT image node without a load property
Tom Rini
trini at konsulko.com
Tue Feb 4 20:43:18 CET 2025
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
More information about the U-Boot
mailing list