summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2023-09-26 17:17:19 +0200
committerVincent Guittot <vincent.guittot@linaro.org>2024-02-02 18:02:02 +0100
commitb2aa6b5408317eca219562856d41a02a06ac73cc (patch)
tree47f7b83bfbf0b6250900335b81c37a9882d41b27
parentb6c0948400594e3cc4dbb5a4ef04b815d2675808 (diff)
fix hafnium NS memory description in manifestscmi-over-ffa
-rw-r--r--plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
index e159248b4..84804a982 100644
--- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
+++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
@@ -93,7 +93,8 @@
memory@1 {
device_type = "ns-memory";
reg = <0x00008800 0x80000000 0x0 0x7f000000>,
- <0x0 0x88000000 0x0 0x10000000>;
+ <0x00000008 0x80000000 0x0 0x7f000000>,
+ <0x00000000 0x88000000 0x0 0x10000000>;
};
#if MEASURED_BOOT