From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:18:44 -0800 Subject: [U-Boot] [PATCH 1/2][v2] powerpc/mpc85xx:Put errata number for T104x NAND boot issue In-Reply-To: <1414602189-5442-1-git-send-email-prabhakar@freescale.com> References: <1414602189-5442-1-git-send-email-prabhakar@freescale.com> Message-ID: <5481DAE4.2080908@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 10/29/2014 10:03 AM, Prabhakar Kushwaha wrote: > When device is configured to load RCW from NAND flash IFC_A[16:31] are driven > low after RCW loading. Hence Devices connected on IFC_CS[1:7] and using > IFC_A[16:31] lines are not accessible. > > Workaround is already in-place. > Put the errata number to adhere errata handling framework. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: > - updated CONFIG_A08044_WORKAROUND to CONFIG_A008044_WORKAROUND > Applied to u-boot-mpc85xx, awaiting upstream. York