From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Thu, 19 Sep 2013 18:54:06 +0200 Subject: [U-Boot] [PATCH v2 1/4] ARM: make reserving the gd register a make variable In-Reply-To: <20130919085702.7251c34c@lilith> References: <1376254719-15594-1-git-send-email-jeroen@myspectrum.nl> <1376504746-15173-1-git-send-email-jeroen@myspectrum.nl> <1376504746-15173-2-git-send-email-jeroen@myspectrum.nl> <520F80C4.50400@myspectrum.nl> <20130919085702.7251c34c@lilith> Message-ID: <523B2C2E.5020504@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Albert, On 09/19/2013 08:57 AM, Albert ARIBAUD wrote: > On Sat, 17 Aug 2013 15:55:16 +0200, Jeroen Hofstee > wrote: > >> On 08/14/2013 08:25 PM, Jeroen Hofstee wrote: >>> diff --git a/arch/arm/config.mk b/arch/arm/config.mk >>> index 540a119..5e382ab 100644 >>> --- a/arch/arm/config.mk >>> +++ b/arch/arm/config.mk >>> @@ -98,3 +98,5 @@ endif >>> ifneq ($(CONFIG_SPL_BUILD),y) >>> ALL-y += checkarmreloc >>> endif >>> + >>> +OPTION_FIXED_GD=$(call cc-option, -ffixed-r8) >> I am leaking some debug code here, this can simply be an >> assignment by value instead of a cc-option check. > Does this mean you'll repost a version of this patch? > yup, you get a v3. I intend to rebase on http://patchwork.ozlabs.org/patch/273377/ as well. Regards, Jeroen