From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 16 Dec 2014 09:20:36 -0800 Subject: [U-Boot] [PATCH][v2] crypto/fsl: Fix RNG instantiation failure. In-Reply-To: <1417678241-9469-1-git-send-email-gaurav.rana@freescale.com> References: <1417678241-9469-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <549069E4.7000404@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 12/03/2014 11:30 PM, Gaurav Rana wrote: > Corrected the order of arguments in memset in run_descriptor > function. Wrong order of argumnets led to improper initialization > of members of struct type result. This resulted in RNG instantiation > error. > > Signed-off-by: Gaurav Rana > --- > Changes from v1: > Corrected typo in Subject message > Applied to u-boot-mpc85xx master, awaiting upstream. York