From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 19/20] Osstest/Debian: Add 0x prefix to $filesize Date: Thu, 30 Oct 2014 14:51:26 +0000 Message-ID: <1414680686.2064.44.camel@citrix.com> References: <1414579268.29975.13.camel@citrix.com> <1414579302-6692-19-git-send-email-ian.campbell@citrix.com> <21585.6279.520286.313437@mariner.uk.xensource.com> <1414677707.2064.35.camel@citrix.com> <21586.20490.484706.990641@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21586.20490.484706.990641@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-10-30 at 14:49 +0000, Ian Jackson wrote: > Ian Campbell writes ("Re: [PATCH OSSTEST v2 19/20] Osstest/Debian: Add 0x prefix to $filesize"): > > On Wed, 2014-10-29 at 16:40 +0000, Ian Jackson wrote: > > > Ian Campbell writes ("[PATCH OSSTEST v2 19/20] Osstest/Debian: Add 0x prefix to $filesize"): > > > > $filesize is an unprefixed hex number, but fdt set requires the 0x > > > > to interpret it properly. > > > > > > What will happen if they fix u-boot ? > > > > I've sent http://lists.denx.de/pipermail/u-boot/2014-October/193622.html > > > > Lets see where they consider the bug to be (if anywhere) > > Right. > > I'm a bit worried that if they fix this by making the value contain a > 0x at the start, it will break your workaround. Right. Note that updating u-boot on these boards requires someone to actually go and reflash them, we don't do it as part of each test run for example. Ian.