From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 24 Sep 2013 18:30:15 +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> Message-ID: <201309241830.15413.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 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. Thank you for NOT explaining what you consider wrong by your comment ;-) Best regards, Marek Vasut