From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:17:41 -0800 Subject: [U-Boot] [PATCH] drivers/ddr/fsl: Fix typo in BIST test for DDR4 In-Reply-To: <1446832726-8621-1-git-send-email-yorksun@freescale.com> References: <1446832726-8621-1-git-send-email-yorksun@freescale.com> Message-ID: <565C84B5.6040003@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/06/2015 09:58 AM, York Sun wrote: > BIST test code has a typo, resulting the binding registers not > maintained as expected. This typo results BIST runs twice on > the covered memory. > > Signed-off-by: York Sun > Reported-by: Shengzhou Liu > --- > > drivers/ddr/fsl/fsl_ddr_gen4.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > Applied to fsl-qoriq master. York