Hi Simon,
> > + /* Align data offset to 4-byte boundrary */
> > + fit_size = fdt_totalsize(fit_header);
> > + fit_size = (fit_size + 3) & ~3;
>
> Can you use ALIGN()?
I think so. I'll send an updated version.
Greetings,
Mark
Building Technologies, Panel
Hi Mark,
On Fri, 1 Feb 2019 at 06:31, Mark Jonas wrote:
>
> From: Leo Ruan
>
> The FIT image could contain the splash data in 3 different structure:
> - The splash data is embedded in FIT image (internal)
> In this case, the property 'data' presents in FIT image header. And
> internal inform
From: Leo Ruan
The FIT image could contain the splash data in 3 different structure:
- The splash data is embedded in FIT image (internal)
In this case, the property 'data' presents in FIT image header. And
internal information 'start' and 'end' represent the location and
size of splash dat
3 matches
Mail list logo