Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / fsl-layerscape / soc.c
index adf3b4e..9820d32 100644 (file)
@@ -55,7 +55,7 @@ int ls_gic_rd_tables_init(void *blob)
        lpi_base.start = addr;
        lpi_base.end = addr + size - 1;
        ret = fdtdec_add_reserved_memory(blob, "lpi_rd_table", &lpi_base, NULL,
-                                        NULL, 0, 0);
+                                        0, NULL, 0);
        if (ret) {
                debug("%s: failed to add reserved memory\n", __func__);
                return ret;