From: York Sun Date: Tue, 6 Jan 2015 21:19:00 +0000 (-0800) Subject: armv8/fsl-lsch3: Enable erratum workround for A008514 X-Git-Tag: v2015.04-rc3~15^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1478fdef526f7881f809f6dcce1d63fc6cd080d6;p=u-boot armv8/fsl-lsch3: Enable erratum workround for A008514 Erratum A008514 appleis to ls2085a. Signed-off-by: York Sun --- diff --git a/arch/arm/include/asm/arch-fsl-lsch3/config.h b/arch/arm/include/asm/arch-fsl-lsch3/config.h index 1bada10aec..b140c1fac2 100644 --- a/arch/arm/include/asm/arch-fsl-lsch3/config.h +++ b/arch/arm/include/asm/arch-fsl-lsch3/config.h @@ -103,6 +103,7 @@ #ifdef CONFIG_LS2085A #define CONFIG_SYS_FSL_ERRATUM_A008336 +#define CONFIG_SYS_FSL_ERRATUM_A008514 #endif #endif /* _ASM_ARMV8_FSL_LSCH3_CONFIG_ */