mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 07:15:20 +00:00
spm: Normalize the style of spm core manifest
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com> Change-Id: Ib39e53eb53521b8651fb30b7bf0058f7669569d5
This commit is contained in:
parent
62b56a72d2
commit
d7b5f02617
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@
|
|||
vm1 {
|
||||
is_spci_partition;
|
||||
debug_name = "cactus-primary";
|
||||
load-addr = <0x7000000>;
|
||||
load_address = <0x7000000>;
|
||||
};
|
||||
vm2 {
|
||||
is_spci_partition;
|
||||
debug_name = "cactus-secondary";
|
||||
load-addr = <0x7100000>;
|
||||
load_address = <0x7100000>;
|
||||
vcpu_count = <2>;
|
||||
mem_size = <1048576>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue