From: Ashish kumar Date: Fri, 29 Jan 2016 11:10:08 +0000 (+0530) Subject: arm8: ls2080: Move the core errata defines out of board specific file X-Git-Tag: v2016.03-rc1~2^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7711cc0a0648e215571b1d1768381963d92a1d97;p=u-boot 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 --- diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 3d8dac13d1..ff3b1bee3e 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 diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 7323e10731..def0a6f3f0 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -15,9 +15,6 @@ #define CONFIG_GICV3 #define CONFIG_FSL_TZPC_BP147 -/* Errata fixes */ -#define CONFIG_ARM_ERRATA_828024 -#define CONFIG_ARM_ERRATA_826974 #include #include