From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 08:51:41 +0800 Subject: [U-Boot] [PATCH 2/4] fsl_*_serdes.c: Modify memset call in serdes_init In-Reply-To: <1448715883-14099-2-git-send-email-trini@konsulko.com> References: <1448715883-14099-1-git-send-email-trini@konsulko.com> <1448715883-14099-2-git-send-email-trini@konsulko.com> Message-ID: <566F641D.5070806@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Tom Rini > --- Applied to fsl-qoriq master. Awaiting upstream. York