Commit bb3a6f8c authored by Sudipto Paul's avatar Sudipto Paul Committed by Thomas Abraham
Browse files

css/sgi575: enable ARM_PLAT_MT flag



SGI-575 platform is based on Cortex-A75 processor which has its MT bit
in the MPIDR register set to '1'. So the Arm platform layer code has
to be made aware of this.
Signed-off-by: default avatarSudipto Paul <sudipto.paul@arm.com>
parent bedf6f0b
......@@ -45,6 +45,7 @@ $(eval $(call add_define,SGI_PLAT))
override CSS_LOAD_SCP_IMAGES := 0
override NEED_BL2U := no
override ARM_BL31_IN_DRAM := 1
override ARM_PLAT_MT := 1
# System coherency is managed in hardware
HW_ASSISTED_COHERENCY := 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment