Re: [U-Boot] [PATCH v3 0/3] ARM: use r9 for gd instead of r8

2013-09-23 Thread Albert ARIBAUD
Hi Jeroen, On Sat, 21 Sep 2013 14:04:39 +0200, Jeroen Hofstee wrote: > Changes for v3: > Drop the unneeded cc-option for the fixed flag. > > Drop "make reserving the gd register a make variable" > and use http://patchwork.ozlabs.org/patch/273377/ > "ARM: refactor compiler options in config.mk"

[U-Boot] [PATCH v3 0/3] ARM: use r9 for gd instead of r8

2013-09-21 Thread Jeroen Hofstee
Changes for v3: Drop the unneeded cc-option for the fixed flag. Drop "make reserving the gd register a make variable" and use http://patchwork.ozlabs.org/patch/273377/ "ARM: refactor compiler options in config.mk" instead. Changes for v2: Update the README as requested by Wolfgang Denk Jeroen Ho