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

Jonas Mark (BT-FIR/ENG1) Mark.Jonas at de.bosch.com
Mon Feb 4 13:09:36 UTC 2019


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 Software Fire (BT-FIR/ENG1) 
Bosch Sicherheitssysteme GmbH | Postfach 11 11 | 85626 Grasbrunn | GERMANY | http://www.boschsecurity.com 

Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart HRB 23118
Aufsichtsratsvorsitzender: Christian Fischer; Geschäftsführung: Tanja Rückert, Andreas Bartz, Thomas Quante, Bernhard Schuster


More information about the U-Boot mailing list