Re: [U-Boot] [RFC] bootm: fix passing argc to standalone apps

2016-09-08 Thread Tom Rini
On Thu, Sep 08, 2016 at 10:24:44AM +0100, Zubair Lutfullah Kakakhel wrote: > Hi, > > On 09/08/2016 09:23 AM, Zubair Lutfullah Kakakhel wrote: > >This bug appears in b6396403 which makes u-boot unable to pass > >arguments via bootm to a standalone application without this patch. > > > >Steps to rep

Re: [U-Boot] [RFC] bootm: fix passing argc to standalone apps

2016-09-08 Thread Zubair Lutfullah Kakakhel
Hi, On 09/08/2016 09:23 AM, Zubair Lutfullah Kakakhel wrote: This bug appears in b6396403 which makes u-boot unable to pass arguments via bootm to a standalone application without this patch. Steps to reproduce. Compile a u-boot. Use mkimage to package the standalone hello_world.bin file. e.g