Re: [PATCH 1/2] soc: qcom: mdt_loader: Support loading non-split images

2019-07-01 Thread Andy Gross
On Fri, Jun 21, 2019 at 06:21:45PM -0700, Bjorn Andersson wrote: > In some software releases the firmware images are not split up with each > loadable segment in it's own file. Check the size of the loaded firmware > to see if it still contains each segment to be loaded, before falling > back to

Re: [PATCH 1/2] soc: qcom: mdt_loader: Support loading non-split images

2019-07-01 Thread Jeffrey Hugo
On Fri, Jun 21, 2019 at 7:22 PM Bjorn Andersson wrote: > > In some software releases the firmware images are not split up with each > loadable segment in it's own file. Check the size of the loaded firmware > to see if it still contains each segment to be loaded, before falling > back to the

[PATCH 1/2] soc: qcom: mdt_loader: Support loading non-split images

2019-06-21 Thread Bjorn Andersson
In some software releases the firmware images are not split up with each loadable segment in it's own file. Check the size of the loaded firmware to see if it still contains each segment to be loaded, before falling back to the split-out segments. Signed-off-by: Bjorn Andersson ---