aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>;
};