From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries
Date: Fri, 13 Dec 2013 10:58:31 +0100 [thread overview]
Message-ID: <20131213105831.398527dc@lilith> (raw)
In-Reply-To: <20131213171551.AA67.AA925319@jp.panasonic.com>
Hi Masahiro,
On Fri, 13 Dec 2013 17:15:51 +0900, Masahiro Yamada
<yamada.m@jp.panasonic.com> wrote:
> Hello Albert.
>
>
> > $(obj)$(SPL_BIN).bin: $(obj)$(SPL_BIN)
> > - $(OBJCOPY) $(OBJCFLAGS) -O binary $< $@
> > + $(OBJCOPY) $(OBJCFLAGS) $(SPL_OBJCFLAGS) -O srec $< $(obj)$(SPL_BIN).srec
> > + $(OBJCOPY) $(OBJCFLAGS) $(SPL_OBJCFLAGS) -O binary $< $@
>
> The new file .srec is not mentioned in the commit log.
> Is it your intentional change?
>
> If so, please describe them separetely.
Thanks for spotting this.
Actually it is not intentional; I had added it in my tests so that I
could compare binaries from different builds more easily. Unless people
think it should stay, I will remove it through a v2 patch.
> Best Regards
> Masahiro Yamada
Amicalement,
--
Albert.
next prev parent reply other threads:[~2013-12-13 9:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-13 7:44 [U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries Albert ARIBAUD
2013-12-13 7:59 ` Rajeshwari Birje
2013-12-13 8:15 ` Masahiro Yamada
2013-12-13 9:58 ` Albert ARIBAUD [this message]
2013-12-26 3:44 ` Rajeshwari Birje
2014-01-08 13:21 ` Albert ARIBAUD
2014-01-13 13:57 ` [U-Boot] [PATCH v3] " Albert ARIBAUD
2014-01-14 10:50 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131213105831.398527dc@lilith \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.