mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
feat(s32g274a): enable workaround for ERR051700
ERR051700 erratum applies to all S32G274A chip revisions; therefore, it is enabled for the S32G274ARDB2 board. Change-Id: I1ec436e99bc9328e42e74aef9d93f18e0f82bd7a Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
This commit is contained in:
parent
b47d085a3b
commit
cc6e9b0190
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ ERRATA_A53_855873 := 1
|
|||
ERRATA_A53_836870 := 1
|
||||
ERRATA_A53_1530924 := 1
|
||||
ERRATA_SPECULATIVE_AT := 1
|
||||
ERRATA_S32_051700 := 1
|
||||
|
||||
# Selecting Drivers for SoC
|
||||
$(eval $(call SET_NXP_MAKE_FLAG,CONSOLE_NEEDED,BL_COMM))
|
||||
|
|
Loading…
Add table
Reference in a new issue