summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83d1d80)
raw | patch | inline | side by side (parent: 83d1d80)
author | Wendy Liang <jliang@xilinx.com> | |
Fri, 15 Jul 2016 18:32:17 +0000 (11:32 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:45 +0000 (22:01 -0700) |
Update the machine initialization data definition due
to the change of hil_proc struct.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
to the change of hil_proc struct.
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 d33a77c3f725972529732ffd857b8115685865ab..70b7fb6687c964bba5f39609d96887936fba3bc8 100644 (file)
/* CPU ID of master */
MASTER_CPU_ID,
+ /* HIL platform ops table. */
+ &zynq_a9_proc_ops,
+
/* Shared memory info - Last field is not used currently */
{
SHM_ADDR, SHM_SIZE, 0x00},
{"rpmsg-openamp-demo-channel"}
},
- /* HIL platform ops table. */
- &zynq_a9_proc_ops,
-
/* Next three fields are for future use only */
0,
0,
index 37fd9160c26aff201504c4380f4316a69663b3eb..388c5043943d3b2659c85dece2fd6034a2a6ec11 100755 (executable)
/* CPU ID of master */
MASTER_CPU_ID,
+ /* HIL platform ops table. */
+ &zynqmp_r5_a53_proc_ops,
+
/* Shared memory info - Last field is not used currently */
{
SHM_ADDR, SHM_SIZE, 0x00},
{"rpmsg-openamp-demo-channel"}
},
- /* HIL platform ops table. */
- &zynqmp_r5_a53_proc_ops,
-
/* Next three fields are for future use only */
0,
0,