summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: f046d1a)
raw | patch | inline | side by side (from parent 1: f046d1a)
author | Buddy Liong <a0270631@ti.com> | |
Wed, 9 Sep 2015 14:56:25 +0000 (09:56 -0500) | ||
committer | Buddy Liong <a0270631@ti.com> | |
Mon, 2 Oct 2017 14:57:12 +0000 (09:57 -0500) |
When adding qnx_custom_rsc_table_vayu_ipu.h, the resource table version
was set to 2 which is not correct as the definition for the version is used
to differentiate the changes in the format of the resource table, not based
on its contents. Update the version of QNX custom resource table to 1.
Signed-off-by: Buddy Liong <a0270631@ti.com>
was set to 2 which is not correct as the definition for the version is used
to differentiate the changes in the format of the resource table, not based
on its contents. Update the version of QNX custom resource table to 1.
Signed-off-by: Buddy Liong <a0270631@ti.com>
platform/ti/dce/baseimage/qnx_custom_rsc_table_vayu_ipu.h | patch | blob | history |
diff --git a/platform/ti/dce/baseimage/qnx_custom_rsc_table_vayu_ipu.h b/platform/ti/dce/baseimage/qnx_custom_rsc_table_vayu_ipu.h
index 2f971bbc4134e050198122f744def1639c78cebd..1d7fed2f7dde9c7149f261dc915bb770ba7322dc 100644 (file)
#pragma DATA_ALIGN(ti_ipc_remoteproc_ResourceTable, 4096)
struct my_resource_table ti_ipc_remoteproc_ResourceTable = {
- 2, /* 2nd version to identify QNX custom resource table */
+ 1, /* Ver is used to differentiate the changes of the resource table format */
18, /* number of entries in the table */
0, 0, /* reserved, must be zero */
/* offsets to entries */