diff options
-rw-r--r-- | include/configs/socfpga_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 6d1424a30a..d8dbe6e465 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -44,6 +44,10 @@ #undef CONFIG_SOCFPGA_VIRTUAL_TARGET /* ARMv7 CPU Core */ #define CONFIG_ARMV7 +/* + * Errata configuration + */ +#define CONFIG_ARM_ERRATA_845369 /* Cache policy for CA-9 is write back, write allocate */ #define CONFIG_SYS_ARM_CACHE_WRITEBACK_WRITEALLOCATE /* Support for IRQs - for ocram and SDRAM ECC */ |