From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 5 Aug 2012 12:14:31 +0200 Subject: [U-Boot] [PATCH] MX28: Add SchulerControl SC_SPS_1 platform In-Reply-To: <501E2079.7070306@denx.de> References: <1343826873-2227-1-git-send-email-marex@denx.de> <501E2079.7070306@denx.de> Message-ID: <201208051214.31883.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 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