From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:19:18 -0800 Subject: [U-Boot] [PATCH 2/2][v2] board/t104xrdb: Conditional workaround of errata A-008044 In-Reply-To: <1414602235-5489-1-git-send-email-prabhakar@freescale.com> References: <1414602235-5489-1-git-send-email-prabhakar@freescale.com> Message-ID: <5481DB06.6090005@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: > Workaround of Errata A-008044 was implemented without errata number and it is > enabled by default. Errata A-008044 is only valid for T1040 Rev 1.0. > > So put errata number and make it conditional. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: > - updated CONFIG_A08044_WORKAROUND to CONFIG_A008044_WORKAROUND > Applied to u-boot-mpc85xx, awaiting upstream. York