[U-Boot] [Patch v3 1/2] lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef

Simon Glass sjg at chromium.org
Sun Aug 9 17:08:09 CEST 2015


On 3 August 2015 at 13:02, York Sun <yorksun at freescale.com> wrote:
> fdt_addr_t is a physical address. It can be either 64-bit or 32-bit,
> depending on the architecture. It should be phys_addr_t instead of
> u64 or u32. Similarly, fdt_size_t is changed to phys_size_t.
>
> Signed-off-by: York Sun <yorksun at freescale.com>
> CC: Simon Glass <sjg at chromium.org>
> ---
> Change log
>  v3: Rebase code to latest master, split into two patches.
>  v2: Rebase code to latest master, add change to fsl_dspi.c.
>
>  include/fdtdec.h |    6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list