Commit 05f667f0 authored by Arunachalam Ganapathy's avatar Arunachalam Ganapathy
Browse files

fix(tc0): set cactus-tertiary vcpu count to 1



Third instance of cactus is a UP SP. Set its vcpu count to 1.
Signed-off-by: default avatarArunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: I34b7feb2915e6d335e690e89dea466e75944ed1b
parent 1c195365
/*
* Copyright (c) 2020, Arm Limited. All rights reserved.
* Copyright (c) 2020-2021, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
......@@ -40,7 +40,7 @@
is_ffa_partition;
debug_name = "cactus-tertiary";
load_address = <0xfe200000>;
vcpu_count = <8>;
vcpu_count = <1>;
mem_size = <1048576>;
};
};
......
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