Re: [U-Boot] [PATCH 3/4] arm: fixloop(): do not use r8 for relocation

2010-12-09 Thread Albert ARIBAUD
Le 01/12/2010 00:58, Andreas Bießmann a écrit : > r8 is used for global_data and should therefore be left alone! > > For C code the compiler flag --fixed-r8 does the job, but in assembler > we need to be aware of that fact. > > Signed-off-by: Andreas Bießmann Acked-By: Albert ARIBAUD Amicalement

Re: [U-Boot] [PATCH 3/4] arm: fixloop(): do not use r8 for relocation

2010-12-08 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1291161516-21861-4-git-send-email-andreas.de...@googlemail.com> you wrote: > r8 is used for global_data and should therefore be left alone! > > For C code the compiler flag --fixed-r8 does the job, but in assembler > we need to be aware of th

[U-Boot] [PATCH 3/4] arm: fixloop(): do not use r8 for relocation

2010-11-30 Thread Andreas Bießmann
r8 is used for global_data and should therefore be left alone! For C code the compiler flag --fixed-r8 does the job, but in assembler we need to be aware of that fact. Signed-off-by: Andreas Bießmann --- arch/arm/cpu/arm1136/start.S |6 +++--- arch/arm/cpu/arm1176/start.S |6 +++---