summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085a_common.h
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@freescale.com>2015-01-23 15:50:05 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-01-31 23:47:39 +0100
commit1b1069cdce58e0e682b7fef80365c48341eced2d (patch)
treeeea65c5c90e46d599b18243b5d0bce764c1eddf7 /include/configs/ls2085a_common.h
parent37118fb27be72dc7f3af27b390306396ad6d56b2 (diff)
downloadtalos-obmc-uboot-1b1069cdce58e0e682b7fef80365c48341eced2d.tar.gz
talos-obmc-uboot-1b1069cdce58e0e682b7fef80365c48341eced2d.zip
configs/ls2085a: Add support for Cortex-A57 erratas
This patch adds support for handling 828024 and 826974 erratas for Cortex-A57 cores present on LS2085A SoC. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r--include/configs/ls2085a_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 6fe032c9ff..01c85666dd 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -14,6 +14,10 @@
#define CONFIG_LS2085A
#define CONFIG_GICV3
+/* Errata fixes */
+#define CONFIG_ARM_ERRATA_828024
+#define CONFIG_ARM_ERRATA_826974
+
/* Link Definitions */
#define CONFIG_SYS_TEXT_BASE 0x30001000
OpenPOWER on IntegriCloud