Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-10-10 Thread Stefano Babic
Hi Marek, On 24/09/2013 17:39, Marek Vasut wrote: > Now that mkimage can generate an BootStream for i.MX23 and i.MX28, > use the mkimage as a default tool to generate the BootStreams instead > of the elftosb tool. This cuts out another obscure dependency. > > Signed-off-by: Marek Vasut > Cc: Fab

Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Sep 24, 2013 at 1:28 PM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> On Tue, Sep 24, 2013 at 12:39 PM, Marek Vasut wrote: > >> > Now that mkimage can generate an BootStream for i.MX23 and i.MX28, > >> > use the mkimage as a default tool to generate the

Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 1:28 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Sep 24, 2013 at 12:39 PM, Marek Vasut wrote: >> > Now that mkimage can generate an BootStream for i.MX23 and i.MX28, >> > use the mkimage as a default tool to generate the BootStreams instead >> > of the elft

Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Sep 24, 2013 at 12:39 PM, Marek Vasut wrote: > > Now that mkimage can generate an BootStream for i.MX23 and i.MX28, > > use the mkimage as a default tool to generate the BootStreams instead > > of the elftosb tool. This cuts out another obscure dependency. > > > >

Re: [U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 12:39 PM, Marek Vasut wrote: > Now that mkimage can generate an BootStream for i.MX23 and i.MX28, > use the mkimage as a default tool to generate the BootStreams instead > of the elftosb tool. This cuts out another obscure dependency. > > Signed-off-by: Marek Vasut .. > #

[U-Boot] [PATCH v3] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Marek Vasut
Now that mkimage can generate an BootStream for i.MX23 and i.MX28, use the mkimage as a default tool to generate the BootStreams instead of the elftosb tool. This cuts out another obscure dependency. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- arch/a