commit | 66fb1bc2bc7af5a74c0a8ac561420dced801af51 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Thu Jul 29 11:11:21 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Aug 27 06:44:08 2021 -0400 |
tree | b5025e97fcdfb42070b796fb26e653df0682862b | |
parent | 27f36bda51a68de8af542dbcda06e737a75aed1d [diff] |
ipc: rpmsg_multi_instance: Use only rpsmg_mi_ctx_cfg for configuration For the instance configuration the rpmsg_multi_instance code is currently using a set of configuration info coming from two different sources: the rpsmg_mi_ctx_cfg struct and Kconfig. This is not only confusing but it's preventing to configure the instances using information not coming from Kconfig (for example if we want to configure the instance using DT). Signed-off-by: Carlo Caione <ccaione@baylibre.com>