From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Bisson Date: Wed, 26 Aug 2020 12:14:04 +0200 Subject: [PATCH] fastboot: getvar: fix partition-size return value In-Reply-To: <20200826113651.360ac826@jawa> References: <20200506081228.8669-1-gary.bisson@boundarydevices.com> <20200624090017.GA191073@p1g2> <20200826090133.GA485668@p1g2> <20200826113651.360ac826@jawa> Message-ID: <20200826101404.GA490156@p1g2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Lukasz, On Wed, Aug 26, 2020 at 11:36:51AM +0200, Lukasz Majewski wrote: > Hi Gary, > > > Hi, > > > > Gentle ping on this patch. Hopefully Sam's email won't bounce this > > time. > > You couldn't have better timing than now :-) > > I'm now testing PR for Tom [1] and your original patch was causing some > issues (probably it was correct when it was posted, but it was my > fault that I'm going to pull it in now - my apologizes). > > I've fixed it [2] - please check if this fix is OK. Actually it was wrong before too, thanks for catching it! Reason is that I didn't build with FASTBOOT_FLASH_NAND config enabled which I should have done to check the second part of the change... > Now I'm hunting another issues with sandbox [3]. When fixed I will send > the PR. Sounds good. Let me know if you need anything from me. Regards, Gary