Re: [U-Boot] [PATCH 1/4] arm: copy_loop(): use scratch register

2010-12-09 Thread Albert ARIBAUD
Le 01/12/2010 00:58, Andreas Bießmann a écrit : This patch uses r1 as scratch register for copy_loop(). Therefore we do not longer need r7 for the storage of relocate_code()'s 'addr_moni' (the destination address of relocation). Therefore r7 can be used later on for other purposes.

Re: [U-Boot] [PATCH 1/4] arm: copy_loop(): use scratch register

2010-12-08 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message 1291161516-21861-2-git-send-email-andreas.de...@googlemail.com you wrote: This patch uses r1 as scratch register for copy_loop(). Therefore we do not longer need r7 for the storage of relocate_code()'s 'addr_moni' (the destination address

[U-Boot] [PATCH 1/4] arm: copy_loop(): use scratch register

2010-11-30 Thread Andreas Bießmann
This patch uses r1 as scratch register for copy_loop(). Therefore we do not longer need r7 for the storage of relocate_code()'s 'addr_moni' (the destination address of relocation). Therefore r7 can be used later on for other purposes. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com