From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Fri, 17 Aug 2012 14:17:45 -0700 Subject: [U-Boot] [PATCH v9 07/15] ARM: Fix arm720t SPL build In-Reply-To: <502D7C33.6090204@gmail.com> References: <1345151056-16985-1-git-send-email-amartin@nvidia.com> <1345151056-16985-8-git-send-email-amartin@nvidia.com> <502D7C33.6090204@gmail.com> Message-ID: <20120817211745.GA2919@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Aug 16, 2012 at 04:03:15PM -0700, Zhong Hongbo wrote: > On 08/17/2012 05:04 AM, Allen Martin wrote: > > @@ -167,6 +177,7 @@ stack_setup: > > > > adr r0, _start > > cmp r0, r6 > > + moveq r9, #0 /* no relocation. relocation offset(r9) = 0 */ > Hi Allen, > > I have already do a patch to fix all the arm common issue: > > http://patchwork.ozlabs.org/patch/174471/ > [V2] arm: Fixed the offset for the no relocation. > Thanks for pointing that out, what's the status of that patch? Is it being reviewed for u-boot/master? My patch is being carried in the u-boot-tegra/master tree and Tom is about to issue a pull request for u-boot-arm. If your patch is going up first I can rebase mine on top of that. -Allen -- nvpublic