aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-04-23 11:33:55 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-04-23 11:33:55 +0000
commit9c1a6f4e71221d1177616fec7fafc0ff8f4e6899 (patch)
tree01b6427f18b313846087122a0ecfe5f5f28d055c
parent62b56a72d24460a8a126847bcc24b0798601289b (diff)
parentd7b5f026174b965b08a13e02a8a86a321ed85e72 (diff)
downloadtrusted-firmware-a-9c1a6f4e71221d1177616fec7fafc0ff8f4e6899.tar.gz
Merge "spm: Normalize the style of spm core manifest" into integration
-rw-r--r--plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
index 79c4c07f63..ebfbe174b3 100644
--- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
+++ b/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>;
};