diff options
author | Tyler Luu <tluu@ti.com> | 2011-11-15 17:06:40 -0600 |
---|---|---|
committer | Tyler Luu <tluu@ti.com> | 2011-11-15 17:19:09 -0600 |
commit | 9ee743b4d3f86b208dfb24adbca46820a1904c77 (patch) | |
tree | 45215d514a5732c323c073bca95a53bb10012b53 /domx | |
parent | fb87dbc04064fd5b7144daa537184a1fcf0c0c11 (diff) | |
download | hardware_ti_omap4-9ee743b4d3f86b208dfb24adbca46820a1904c77.zip hardware_ti_omap4-9ee743b4d3f86b208dfb24adbca46820a1904c77.tar.gz hardware_ti_omap4-9ee743b4d3f86b208dfb24adbca46820a1904c77.tar.bz2 |
Increase payload size to 484 bytes
Increasing the payload size to max allowed by rpmsg
driver which is (496 bytes - 12 bytes for omx header)
Certain configs (i.e. GetComponentVersion) is exceding
the current 240 byte payload and causing segfaults.
Change-Id: I535b016b6e30dea53c19c8745a471f19e72ee011
Signed-off-by: Tyler Luu <tluu@ti.com>
Diffstat (limited to 'domx')
-rwxr-xr-x | domx/omx_rpc/inc/omx_rpc_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domx/omx_rpc/inc/omx_rpc_internal.h b/domx/omx_rpc/inc/omx_rpc_internal.h index f4ad7d8..8df2b93 100755 --- a/domx/omx_rpc/inc/omx_rpc_internal.h +++ b/domx/omx_rpc/inc/omx_rpc_internal.h @@ -84,7 +84,7 @@ extern "C" /*This defines the maximum number of remote functions that can be registered*/ #define RPC_OMX_MAX_FUNCTION_LIST 21 /*Packet size for each message*/ -#define RPC_PACKET_SIZE 0xF0 +#define RPC_PACKET_SIZE 0x1E4 |