fix(morello): include errata workaround for 1868343

This patch includes the errata workaround for erratum
1868343 for the Morello platform.

Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
Change-Id: Ifea8148e10946db2276560f90bf2f32bf12b9dcc
This commit is contained in:
Manoj Kumar 2022-01-05 14:38:44 +00:00
parent a72144fb7a
commit f94c84baa2
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ override CTX_INCLUDE_AARCH32_REGS := 0
override ARM_PLAT_MT := 1
# Errata workarounds:
ERRATA_N1_1868343 := 1
# Select SCMI/SDS drivers instead of SCPI/BOM driver for communicating with the
# SCP during power management operations and for SCP RAM Firmware transfer.
CSS_USE_SCMI_SDS_DRIVER := 1