remoteproc: imx_rproc: Ignore create mem entry for resource table
authorPeng Fan <peng.fan@nxp.com>
Fri, 15 Apr 2022 02:57:37 +0000 (10:57 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 18 Apr 2022 17:10:13 +0000 (11:10 -0600)
commit58b7c856519fe946620ee68dd0c37bd3c695484a
treece9d239cf8af9a256e4196730e1516e25c56620a
parent5e6a0e05270e3a4bb9289a0415d062966c27d192
remoteproc: imx_rproc: Ignore create mem entry for resource table

Resource table is used by Linux to get information published by
remote processor. It should be not be used for memory allocation, so
not create rproc mem entry.

Fixes: b29b4249f8f0 ("remoteproc: imx_rproc: add i.MX specific parse fw hook")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20220415025737.1561976-1-peng.fan@oss.nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_rproc.c