diff options
author | Ashish kumar <Ashish.kumar@nxp.com> | 2016-01-29 16:40:08 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-02-01 13:59:55 -0800 |
commit | 7711cc0a0648e215571b1d1768381963d92a1d97 (patch) | |
tree | 7b8ade672479df0b68a2d86f5b7bff56c92a0bbb /arch | |
parent | 2ea3a448ccfdd3d6f7e01060ba8fa49bd97a73e0 (diff) |
arm8: ls2080: Move the core errata defines out of board specific file
Valid for core A57
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 3d8dac13d1c..ff3b1bee3e0 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 |