Re: [U-Boot] [PATCH 2/2] splash: Load internal and external data from FIT

2019-02-04 Thread Jonas Mark (BT-FIR/ENG1)
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

Re: [U-Boot] [PATCH 2/2] splash: Load internal and external data from FIT

2019-02-01 Thread Simon Glass
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

[U-Boot] [PATCH 2/2] splash: Load internal and external data from FIT

2019-02-01 Thread Mark Jonas
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