Browse Source

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

pull/1938/head
Manish Pandey 5 years ago
committed by TrustedFirmware Code Review
parent
commit
9c1a6f4e71
  1. 4
      plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts

4
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts

@ -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…
Cancel
Save