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

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

2013-09-24 Thread Fabio Estevam
On Tue, Sep 24, 2013 at 12:24 PM, Marek Vasut wrote: > +The production of BootStream image is handled via "mkimage", which is > +also part of the U-Boot source tree. The "mkimage" requires OpenSSL > +development libraries to be installed. In case of Debian and derivates, > +this is installed by ru