[U-Boot] [PATCH 1/4] spi: fsl_qspi: Fix issues on arm64
Yao Yuan
yao.yuan at nxp.com
Wed May 18 04:18:06 CEST 2016
On 05/18/2016 12:32 PM, York Sun wrote:
> On 03/14/2016 11:45 PM, Yuan Yao wrote:
> > From: Yuan Yao <yao.yuan at nxp.com>
> >
> > The address value and size value get from dts "reg" property have type
> > of u64 on arm64.
> > If we assign those values to "u32" variables, driver can't work correctly.
> > Converting the type of those variables to fdt_xxx_t.
> >
> > Signed-off-by: Yuan Yao <yao.yuan at freescale.com>
> > Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
> > Signed-off-by: Yuan Yao <yao.yuan at nxp.com>
> > ---
>
> Yuan,
>
> Did you mean to put both your legacy freescale email id and your nxp email id
> in the signature lines? I can remove your freescale id if it was added by mistake.
> I need to reformat your commit message anyway because some lines are too
> long.
>
> York
Yes, you can remove the Freescale id.
Thanks for your review and helps.
More information about the U-Boot
mailing list