summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f41029d)
raw | patch | inline | side by side (parent: f41029d)
author | Wendy Liang <jliang@xilinx.com> | |
Fri, 27 May 2016 22:38:17 +0000 (15:38 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:43 +0000 (22:01 -0700) |
There is metal_list node added to hil_proc struct.
Add its field to the prefilled platform data.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
Add its field to the prefilled platform data.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
apps/machine/zynq7/platform_info.c | patch | blob | history | |
apps/machine/zynqmp_r5/platform_info.c | patch | blob | history |
index e980fdaa76de17677fc91f3f87f0ef76bdf59bfe..9e32a125e23e1b7e87f03fa792a46d699f5f4806 100644 (file)
/* Next three fields are for future use only */
0,
0,
- NULL},
+ NULL,
+ {NULL, NULL}
+ },
/* CPU node for remote context */
{
/* Next three fields are for future use only */
0,
0,
- NULL}
+ NULL,
+ {NULL, NULL}
+ }
};
/**
index bfa50926dce8463eea9c205f92a83a5f170bca62..7ce424b949faf70556645c4cf6de7ff9174b5454 100755 (executable)
/* Next three fields are for future use only */
0,
0,
- NULL},
+ NULL,
+ {NULL, NULL}
+ },
/* CPU node for remote context */
{
/* Next three fields are for future use only */
0,
0,
- NULL}
+ NULL,
+ {NULL, NULL}
+ }
};
const int proc_table_size = sizeof (proc_table)/sizeof(struct hil_proc);