From 2791f93f1039136478069c9c9bc8d0e46eac27e8 Mon Sep 17 00:00:00 2001 From: Tien Fong Chee Date: Wed, 27 Jun 2018 13:50:50 +0800 Subject: FogBugz #568246-2: Enable workaround to A10 for Cortex-A9 errata 845369 Under very rare timing circumstances, transition into streaming mode might create a data corruption. Exists on all Cortex-A9 revisions. Signed-off-by: Tien Fong Chee --- include/configs/socfpga_arria10.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/socfpga_arria10.h b/include/configs/socfpga_arria10.h index b7f7963433..2bfb4fc486 100755 --- a/include/configs/socfpga_arria10.h +++ b/include/configs/socfpga_arria10.h @@ -53,6 +53,11 @@ /* Enable board late init for ECC setup if IRQ enabled */ #define CONFIG_BOARD_LATE_INIT +/* + * Errata configuration + */ +#define CONFIG_ARM_ERRATA_845369 + /* Cache options */ #define CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE -- cgit v1.2.1