Re: [U-Boot] [PATCH 1/6] fdtdec: Add cpu_to_fdt_{addr, size}() macros

2019-03-10 Thread Simon Glass
On Fri, 8 Mar 2019 at 13:11, Thierry Reding wrote: > > From: Thierry Reding > > These macros are useful for converting the endianness of variables of > type fdt_addr_t and fdt_size_t. > > Signed-off-by: Thierry Reding > --- > include/fdtdec.h | 4 > 1 file changed, 4 insertions(+)

[U-Boot] [PATCH 1/6] fdtdec: Add cpu_to_fdt_{addr,size}() macros

2019-03-08 Thread Thierry Reding
From: Thierry Reding These macros are useful for converting the endianness of variables of type fdt_addr_t and fdt_size_t. Signed-off-by: Thierry Reding --- include/fdtdec.h | 4 1 file changed, 4 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index