Merge "SPMC: adjust the number of EC context to max number of PEs" into integration

This commit is contained in:
Manish Pandey 2020-09-22 09:50:31 +00:00 committed by TrustedFirmware Code Review
commit 5c5d82848d
1 changed files with 2 additions and 2 deletions

View File

@ -44,14 +44,14 @@
is_ffa_partition;
debug_name = "cactus-secondary";
load_address = <0x7100000>;
vcpu_count = <2>;
vcpu_count = <8>;
mem_size = <1048576>;
};
vm3 {
is_ffa_partition;
debug_name = "cactus-tertiary";
load_address = <0x7200000>;
vcpu_count = <2>;
vcpu_count = <8>;
mem_size = <1048576>;
};
};