Skip to content
Snippets Groups Projects
Commit 1b1069cd authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by Albert ARIBAUD
Browse files

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: default avatarBhupesh Sharma <bhupesh.sharma@freescale.com>
parent 37118fb2
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
#define CONFIG_LS2085A #define CONFIG_LS2085A
#define CONFIG_GICV3 #define CONFIG_GICV3
/* Errata fixes */
#define CONFIG_ARM_ERRATA_828024
#define CONFIG_ARM_ERRATA_826974
/* Link Definitions */ /* Link Definitions */
#define CONFIG_SYS_TEXT_BASE 0x30001000 #define CONFIG_SYS_TEXT_BASE 0x30001000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment