commit | 8cfbda9b821ccebc712e64e6b0fa10a859923d4a | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Wed Dec 01 00:58:33 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Dec 09 11:01:14 2010 +0100 |
tree | a5e41668b607603d00aeed96d07b718cc308db3e | |
parent | adf5c240376b15b03f5a5976f7909ca9e87dbb0b [diff] |
arm: copy_loop(): use scratch register 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.devel@googlemail.com>