Re: [U-Boot] [PATCH V2] ARM: mxs: tools: Add mkimage support for MXS bootstream

2013-08-19 Thread Tom Rini
On Mon, Aug 19, 2013 at 09:47:09PM +0200, Marek Vasut wrote: > Dear Tom Rini, > > > On Tue, Aug 06, 2013 at 04:54:53PM +0200, Marek Vasut wrote: > > > Add mkimage support for generating and verifying MXS bootstream. > > > The implementation here is mostly a glue code between MXSSB v0.4 > > > and m

Re: [U-Boot] [PATCH V2] ARM: mxs: tools: Add mkimage support for MXS bootstream

2013-08-19 Thread Marek Vasut
Dear Tom Rini, > On Tue, Aug 06, 2013 at 04:54:53PM +0200, Marek Vasut wrote: > > Add mkimage support for generating and verifying MXS bootstream. > > The implementation here is mostly a glue code between MXSSB v0.4 > > and mkimage, but the long-term goal is to rectify this and merge > > MXSSB wit

Re: [U-Boot] [PATCH V2] ARM: mxs: tools: Add mkimage support for MXS bootstream

2013-08-19 Thread Tom Rini
On Tue, Aug 06, 2013 at 04:54:53PM +0200, Marek Vasut wrote: > Add mkimage support for generating and verifying MXS bootstream. > The implementation here is mostly a glue code between MXSSB v0.4 > and mkimage, but the long-term goal is to rectify this and merge > MXSSB with mkimage more tightly. On