From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 24 Sep 2013 18:31:47 +0200 Subject: [U-Boot] [PATCH] ARM: mxs: tools: Use mkimage for BootStream generation In-Reply-To: References: <1380033622-5589-1-git-send-email-marex@denx.de> <201309241725.31848.marex@denx.de> Message-ID: <201309241831.47509.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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/arm/cpu/arm926ejs/mxs/Makefile | 11 +++++---- > >> >> > arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 4 ++-- > >> >> > arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg | 4 ++-- > >> >> > doc/README.mxs | 34 > >> >> > +++++++++++++++++++++++++--- 4 files changed, 41 insertions(+), 12 > >> >> > deletions(-) > >> >> > > >> >> > diff --git a/arch/arm/cpu/arm926ejs/mxs/Makefile > >> >> > b/arch/arm/cpu/arm926ejs/mxs/Makefile index 3d66892..3e9cbdb 100644 > >> >> > --- a/arch/arm/cpu/arm926ejs/mxs/Makefile > >> >> > +++ b/arch/arm/cpu/arm926ejs/mxs/Makefile > >> >> > @@ -25,14 +25,15 @@ $(LIB): $(OBJS) > >> >> > > >> >> > $(call cmd_link_o_target, $(OBJS)) > >> >> > > >> >> > # Specify the target for use in elftosb call > >> >> > > >> >> > -ELFTOSB_TARGET-$(CONFIG_MX23) = imx23 > >> >> > -ELFTOSB_TARGET-$(CONFIG_MX28) = imx28 > >> >> > +ELFTOSB_TARGET-$(CONFIG_MX23) = mx23 > >> >> > +ELFTOSB_TARGET-$(CONFIG_MX28) = mx28 > >> >> > >> >> Uh?! this seems wrong. > >> > > >> > Why ? > >> > >> elftosb uses the former way; in case you might change the target var > >> for: > >> > >> MXSIMAGE_TARGET > >> > >> So this does not cause confusion. > > > > OK. Next time you could include such vital information in your first > > email. > > Next time you can say 'thank you'. Such politeness helps collaborative work > ;-) Fixed (lol). Best regards, Marek Vasut