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

2013-09-24 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Sep 24, 2013 at 12:25 PM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> On Tue, Sep 24, 2013 at 11:51 AM, Marek Vasut wrote: > >> > Dear Otavio Salvador, > >> > > >> >> On Tue, Sep 24, 2013 at 11:40 AM, Marek Vasut wrote: > >> >> > Now that mkimage can

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

2013-09-24 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Sep 24, 2013 at 11:40 AM, 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] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 12:25 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Sep 24, 2013 at 11:51 AM, Marek Vasut wrote: >> > Dear Otavio Salvador, >> > >> >> On Tue, Sep 24, 2013 at 11:40 AM, Marek Vasut wrote: >> >> > Now that mkimage can generate an BootStream for i.MX23 and i.M

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

2013-09-24 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Sep 24, 2013 at 11:51 AM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> On Tue, Sep 24, 2013 at 11:40 AM, 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] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 11:51 AM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Sep 24, 2013 at 11:40 AM, 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 elf

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

2013-09-24 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Sep 24, 2013 at 11:40 AM, 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] ARM: mxs: tools: Use mkimage for BootStream generation

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 11:40 AM, 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: F

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

2013-09-24 Thread Marek Vasut
Hi, > 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: Stefa

[U-Boot] [PATCH] 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