From 7711cc0a0648e215571b1d1768381963d92a1d97 Mon Sep 17 00:00:00 2001 From: Ashish kumar Date: Fri, 29 Jan 2016 16:40:08 +0530 Subject: arm8: ls2080: Move the core errata defines out of board specific file Valid for core A57 Signed-off-by: Ashish Kumar Reviewed-by: York Sun --- arch/arm/include/asm/arch-fsl-layerscape/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/include/asm') diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 3d8dac1..ff3b1be 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -122,6 +122,8 @@ #define CONFIG_SYS_FSL_ERRATUM_A009942 /* ARM A57 CORE ERRATA */ +#define CONFIG_ARM_ERRATA_826974 +#define CONFIG_ARM_ERRATA_828024 #define CONFIG_ARM_ERRATA_829520 #define CONFIG_ARM_ERRATA_833471 -- cgit v1.1