diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-10-30 17:41:48 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-11-14 17:48:52 +0000 |
commit | 30affd563a98441155d3188f705c7b8be9e3ebef (patch) | |
tree | 298342dcb7631ac576f8ecc08daeca9bbb84d275 /plat/fvp/aarch64/bl1_plat_helpers.S | |
parent | 43ef4f1ee759db2c5a47f8db5f789ce3f803d69a (diff) | |
download | arm-trusted-firmware-30affd563a98441155d3188f705c7b8be9e3ebef.tar.gz |
Do not enable CCI on Foundation FVP
- The Foundation FVP only has one cluster and does not have
CCI.
Change-Id: If91e81ff72c52e448150089c4cfea3e4d6ae1232
Diffstat (limited to 'plat/fvp/aarch64/bl1_plat_helpers.S')
-rw-r--r-- | plat/fvp/aarch64/bl1_plat_helpers.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plat/fvp/aarch64/bl1_plat_helpers.S b/plat/fvp/aarch64/bl1_plat_helpers.S index d72dc39..8cdb10e 100644 --- a/plat/fvp/aarch64/bl1_plat_helpers.S +++ b/plat/fvp/aarch64/bl1_plat_helpers.S @@ -226,15 +226,6 @@ platform_cold_boot_init:; .type platform_cold_boot_init, %function str x19, [x1, x2] /* --------------------------------------------- - * Enable CCI-400 for this cluster. No need - * for locks as no other cpu is active at the - * moment - * --------------------------------------------- - */ - mov x0, x19 - bl cci_enable_coherency - - /* --------------------------------------------- * Architectural init. can be generic e.g. * enabling stack alignment and platform spec- * ific e.g. MMU & page table setup as per the |