From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 4 Aug 2015 08:56:13 -0700 Subject: [U-Boot] [PATCH 1/3] crypto/fsl: fix "era" property value on LE platforms In-Reply-To: <1436365498-25890-1-git-send-email-horia.geanta@freescale.com> References: <1436365498-25890-1-git-send-email-horia.geanta@freescale.com> Message-ID: <55C0E09D.90404@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 07/08/2015 07:24 AM, Horia Geant? wrote: > Use fdt_setprop_u32() instead of fdt_setprop(). > > Fixes: 0181937fa371a ("crypto/fsl: Add fixup for crypto node") > Signed-off-by: Horia Geant? > Reviewed-by: Mingkai Hu > --- Applied to u-boot-fsl-qoriq master with minor change in subject. Thanks. York