Re: [PATCH 1/4] remoteproc: qcom: mdt_loader: Make the firmware authentication optional

2018-06-18 Thread Andy Gross
On Mon, Jun 04, 2018 at 01:30:35PM -0700, Bjorn Andersson wrote: > From: Sricharan R > > qcom_mdt_load function loads the mdt type firmware and > initialises the secure memory as well. Make the initialisation only > when requested by the caller, so that the function can be used > by self-authenti

[PATCH 1/4] remoteproc: qcom: mdt_loader: Make the firmware authentication optional

2018-06-04 Thread Bjorn Andersson
From: Sricharan R qcom_mdt_load function loads the mdt type firmware and initialises the secure memory as well. Make the initialisation only when requested by the caller, so that the function can be used by self-authenticating remoteproc as well. Signed-off-by: Sricharan R Signed-off-by: Bjorn