From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 10 Mar 2019 15:51:29 -0600 Subject: [U-Boot] [PATCH 1/6] fdtdec: Add cpu_to_fdt_{addr, size}() macros In-Reply-To: <20190308201140.2383-1-thierry.reding@gmail.com> References: <20190308201140.2383-1-thierry.reding@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(+) Reviewed-by: Simon Glass