mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 04:12:48 +01:00
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>
This commit is contained in:
parent
37118fb27b
commit
1b1069cdce
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue