From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 09:00:59 +0800 Subject: [U-Boot] [PATCH v3 5/5] move erratum a008336 and a008514 to soc specific file In-Reply-To: <1449298754-7541-6-git-send-email-yao.yuan@freescale.com> References: <1449298754-7541-1-git-send-email-yao.yuan@freescale.com> <1449298754-7541-6-git-send-email-yao.yuan@freescale.com> Message-ID: <566F664B.8000102@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/05/2015 02:59 PM, Yuan Yao wrote: > As the errata A008336 and A008514 do not apply to all LS series SoCs > (such as LS1021A, LS1043A) we move them to an soc specific file > > Signed-off-by: Yuan Yao > --- > Changed in v3: > Fix a typo issue. > In function "erratum_a008514" > "#ifdef CONFIG_SYS_FSL_DCSR_DDR2_ADDR" should be > "#ifdef CONFIG_SYS_FSL_DCSR_DDR3_ADDR" > Changed in v2: > Update the patch commit message. > --- Applied to fsl-qoriq master. Awaiting upstream. York