]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm8: ls2080: Move the core errata defines out of board specific file
authorAshish kumar <Ashish.kumar@nxp.com>
Fri, 29 Jan 2016 11:10:08 +0000 (16:40 +0530)
committerYork Sun <york.sun@nxp.com>
Mon, 1 Feb 2016 21:59:55 +0000 (13:59 -0800)
Valid for core A57

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/include/asm/arch-fsl-layerscape/config.h
include/configs/ls2080a_common.h

index 3d8dac13d1cb26e1a4b3a3248d136df280eded3a..ff3b1bee3e0873907b0546e1bd912e81ecf24357 100644 (file)
 #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
 
index 7323e10731de8127fa8a0bd0a00e76cd51a060dc..def0a6f3f09c1fa29d34dff93d4aa94aa92f80e0 100644 (file)
@@ -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 <asm/arch/ls2080a_stream_id.h>
 #include <asm/arch/config.h>