From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhong Hongbo Date: Sat, 18 Aug 2012 06:44:49 +0800 Subject: [U-Boot] [PATCH v9 07/15] ARM: Fix arm720t SPL build In-Reply-To: <20120817211745.GA2919@nvidia.com> References: <1345151056-16985-1-git-send-email-amartin@nvidia.com> <1345151056-16985-8-git-send-email-amartin@nvidia.com> <502D7C33.6090204@gmail.com> <20120817211745.GA2919@nvidia.com> Message-ID: <502EC961.3090506@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 On 08/18/2012 05:17 AM, Allen Martin wrote: > 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. >> Hi Allen > > Thanks for pointing that out, what's the status of that patch? At first, I fix the issue in arm1176 and send it in my s3c64xx patch thread, But Albert suggest me to correct all the arm platform. > Is it being reviewed for u-boot/master? Up to now, I have not o receive any response from the patch. > 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. Ok, Thanks, hongbo > > -Allen >