From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 17 Feb 2012 10:49:26 +0100 Subject: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts In-Reply-To: <4F3E16CD.4080603@aribaud.net> References: <1321908583-4311-1-git-send-email-sjg@chromium.org> <4F3E16CD.4080603@aribaud.net> Message-ID: <201202171049.27111.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Hi Simon, > > Le 21/11/2011 21:49, Simon Glass a ?crit : > > The ARM link scripts are very similar but each CPU has its own. This > > series adds support for a default link script across an architecture > > in arch//cpu/u-boot.lds. > > This patch series received no comments, and I apologize for not having > chimed in on it as it goes the right way about simplifying ARM > architecture. > > Currently, all patches in the series do apply except patch 7, which > fails on arch/arm/cpu/pxa/u-boot.lds. As this is trivial, I'm going on > removing the file manually and testing, but can you please resubmit V3 > with a fixed 1/7 patch? Please make sure there were no changes to the linker file. I believe there were some and it might break pxa. Thanks! > > Amicalement,