From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <20190622012146.19719-1-bjorn.andersson@linaro.org> <20190622012146.19719-2-bjorn.andersson@linaro.org> In-Reply-To: <20190622012146.19719-2-bjorn.andersson@linaro.org> From: Jeffrey Hugo Date: Mon, 1 Jul 2019 08:38:22 -0600 Message-ID: Subject: Re: [PATCH 1/2] soc: qcom: mdt_loader: Support loading non-split images Content-Type: text/plain; charset="UTF-8" To: Bjorn Andersson Cc: Andy Gross , Ohad Ben-Cohen , Sibi Sankar , MSM , linux-remoteproc@vger.kernel.org, lkml List-ID: 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 split-out segments. > > Signed-off-by: Bjorn Andersson Reviewed-by: Jeffrey Hugo