[U-Boot] [PATCH 2/4] fsl_*_serdes.c: Modify memset call in serdes_init

York Sun yorksun at freescale.com
Tue Dec 15 01:51:41 CET 2015



On 11/28/2015 09:04 PM, Tom Rini wrote:
> GCC 5.x does not like sizeof(array_variable) and errors out.  Change these
> calls to be instead sizeof(u8) (as that's what serdes_prtcl_map is) *
> SERDES_PRCTL_COUNT (the number of array elements).
> 
> Cc: York Sun <yorksun at freescale.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---

Applied to fsl-qoriq master. Awaiting upstream.

York



More information about the U-Boot mailing list