Commit 9c1a6f4e authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "spm: Normalize the style of spm core manifest" into integration

parents 62b56a72 d7b5f026
...@@ -27,12 +27,12 @@ ...@@ -27,12 +27,12 @@
vm1 { vm1 {
is_spci_partition; is_spci_partition;
debug_name = "cactus-primary"; debug_name = "cactus-primary";
load-addr = <0x7000000>; load_address = <0x7000000>;
}; };
vm2 { vm2 {
is_spci_partition; is_spci_partition;
debug_name = "cactus-secondary"; debug_name = "cactus-secondary";
load-addr = <0x7100000>; load_address = <0x7100000>;
vcpu_count = <2>; vcpu_count = <2>;
mem_size = <1048576>; 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