On Thu, Dec 3, 2020 at 5:27 PM Nicolas Pitre wrote:
> On Thu, 3 Dec 2020, Geert Uytterhoeven wrote:
> > The DTB magic marker is stored as a 32-bit big-endian value, and thus
> > depends on the CPU's endianness. Add a macro to define this value in
> > native endianness, to reduce #ifdef clutter an
On Thu, 3 Dec 2020, Geert Uytterhoeven wrote:
> The DTB magic marker is stored as a 32-bit big-endian value, and thus
> depends on the CPU's endianness. Add a macro to define this value in
> native endianness, to reduce #ifdef clutter and (future) duplication.
>
> Signed-off-by: Geert Uytterhoev
On Thu, 3 Dec 2020 at 13:19, Geert Uytterhoeven wrote:
>
> The DTB magic marker is stored as a 32-bit big-endian value, and thus
> depends on the CPU's endianness. Add a macro to define this value in
> native endianness, to reduce #ifdef clutter and (future) duplication.
>
> Signed-off-by: Geert
The DTB magic marker is stored as a 32-bit big-endian value, and thus
depends on the CPU's endianness. Add a macro to define this value in
native endianness, to reduce #ifdef clutter and (future) duplication.
Signed-off-by: Geert Uytterhoeven
---
v10:
- New.
---
arch/arm/boot/compressed/head.
4 matches
Mail list logo