From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] MX28: Add SchulerControl SC_SPS_1 platform
Date: Sun, 5 Aug 2012 12:14:31 +0200 [thread overview]
Message-ID: <201208051214.31883.marex@denx.de> (raw)
In-Reply-To: <501E2079.7070306@denx.de>
Dear Stefano Babic,
[...]
> > diff --git a/board/schulercontrol/sc_sps_1/u-boot.bd
> > b/board/schulercontrol/sc_sps_1/u-boot.bd new file mode 100644
> > index 0000000..c60615a
> > --- /dev/null
> > +++ b/board/schulercontrol/sc_sps_1/u-boot.bd
> > @@ -0,0 +1,14 @@
> > +sources {
> > + u_boot_spl="spl/u-boot-spl.bin";
> > + u_boot="u-boot.bin";
> > +}
> > +
> > +section (0) {
> > + load u_boot_spl > 0x0000;
> > + load ivt (entry = 0x0014) > 0x8000;
> > + hab call 0x8000;
> > +
> > + load u_boot > 0x40000100;
> > + load ivt (entry = 0x40000100) > 0x8000;
> > + hab call 0x8000;
> > +}
>
> This is the fourth copy of the same file in u-boot. Do we have really no
> chance to share it among boards ?
Given that we're coliding with Otavio with every single patch, do you prefer to
apply this one and do a separate patch || move and repost?
> Best regards,
> Stefano Babic
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-08-05 10:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 13:14 [U-Boot] [PATCH] MX28: Add SchulerControl SC_SPS_1 platform Marek Vasut
2012-08-01 13:42 ` Marek Vasut
2012-08-03 11:56 ` Detlev Zundel
2012-08-05 7:27 ` Stefano Babic
2012-08-05 10:14 ` Marek Vasut [this message]
2012-08-05 10:44 ` Stefano Babic
2012-08-05 10:37 ` [U-Boot] [PATCH V2] " Marek Vasut
2012-08-07 9:45 ` Stefano Babic
2012-08-07 10:01 ` [U-Boot] [PATCH V3] " Marek Vasut
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=201208051214.31883.marex@denx.de \
--to=marex@denx.de \
--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.