summaryrefslogtreecommitdiff
path: root/board/congatec/cgtqmx8/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/congatec/cgtqmx8/spl.c')
-rw-r--r--board/congatec/cgtqmx8/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/congatec/cgtqmx8/spl.c b/board/congatec/cgtqmx8/spl.c
index 2a5d4c1bcd5..37b7221c52a 100644
--- a/board/congatec/cgtqmx8/spl.c
+++ b/board/congatec/cgtqmx8/spl.c
@@ -32,7 +32,7 @@ void spl_board_init(void)
offset = fdt_node_offset_by_compatible(gd->fdt_blob, -1, "nxp,imx8-pd");
while (offset != -FDT_ERR_NOTFOUND) {
lists_bind_fdt(gd->dm_root, offset_to_ofnode(offset),
- NULL, true);
+ NULL, NULL, true);
offset = fdt_node_offset_by_compatible(gd->fdt_blob, offset,
"nxp,imx8-pd");
}