]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/commitdiff
Apps: add list node in platform info new hil_proc
authorWendy Liang <jliang@xilinx.com>
Fri, 27 May 2016 22:38:17 +0000 (15:38 -0700)
committerWendy 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>
apps/machine/zynq7/platform_info.c
apps/machine/zynqmp_r5/platform_info.c

index e980fdaa76de17677fc91f3f87f0ef76bdf59bfe..9e32a125e23e1b7e87f03fa792a46d699f5f4806 100644 (file)
@@ -147,7 +147,9 @@ struct hil_proc proc_table[] = {
         /* Next three fields are for future use only */
         0,
         0,
-        NULL},
+        NULL,
+        {NULL, NULL}
+       },
 
        /* CPU node for remote context */
        {
@@ -192,7 +194,9 @@ struct hil_proc proc_table[] = {
         /* Next three fields are for future use only */
         0,
         0,
-        NULL}
+        NULL,
+        {NULL, NULL}
+       }
 };
 
 /**
index bfa50926dce8463eea9c205f92a83a5f170bca62..7ce424b949faf70556645c4cf6de7ff9174b5454 100755 (executable)
@@ -159,7 +159,9 @@ struct hil_proc proc_table[] = {
         /* Next three fields are for future use only */
         0,
         0,
-        NULL},
+        NULL,
+        {NULL, NULL}
+       },
 
        /* CPU node for remote context */
        {
@@ -206,7 +208,9 @@ struct hil_proc proc_table[] = {
         /* 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);