summaryrefslogtreecommitdiff
path: root/lib/utils/ipi
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/ipi')
-rw-r--r--lib/utils/ipi/fdt_ipi_mswi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils/ipi/fdt_ipi_mswi.c b/lib/utils/ipi/fdt_ipi_mswi.c
index f119f9c..1f0fda7 100644
--- a/lib/utils/ipi/fdt_ipi_mswi.c
+++ b/lib/utils/ipi/fdt_ipi_mswi.c
@@ -28,7 +28,8 @@ static int ipi_mswi_cold_init(void *fdt, int nodeoff,
return SBI_ENOSPC;
ms = &mswi[mswi_count];
- rc = fdt_parse_aclint_node(fdt, nodeoff, false, &ms->addr, &ms->size,
+ rc = fdt_parse_aclint_node(fdt, nodeoff, false,
+ &ms->addr, &ms->size, NULL, NULL,
&ms->first_hartid, &ms->hart_count);
if (rc)
return rc;