summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVince Bridgers <vbridger@opensource.altera.com>2014-11-05 05:28:05 -0600
committerVince Bridgers <vbridger@opensource.altera.com>2014-11-05 06:23:53 -0600
commit008ab89de26c255f4af4d70d08af34ca4b8a4013 (patch)
tree1ec9e3bbeea197256046e11d055cd252a1f9dca4
parentf5551f8994a93cbc8e13c6ff3986daeb289d7884 (diff)
downloadu-boot-socfpga-008ab89de26c255f4af4d70d08af34ca4b8a4013.tar.gz
FogBugz #243370: Apply ARM Errata 761320
This patch enables a workaround for an ARM errata. See the ARM errata documentation for an explanation of 761320. The Cyclone 5 and Arria V SOCs use an ARM R3P0 core. Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com>
-rw-r--r--include/configs/socfpga_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index ff9a79926f..55845e9b8f 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -808,6 +808,7 @@
#define CONFIG_SPL_SDRAM_ECC_PADDING 32
#endif
-
+/* ARM Errata */
+#define CONFIG_ARM_ERRATA_761320
#endif /* __CONFIG_COMMON_H */