commit | a1a47d3c57e3bc3c49bc1eca94c00eba4880d2c3 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Wed Dec 01 00:58:34 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Dec 09 11:01:15 2010 +0100 |
tree | 0f17f75076e1a8c6ee7d868c3924722a7c803f15 | |
parent | a78fb68f718383ba7eea410340be66e94cd3540d [diff] |
arm: relocate_code(): do not set register useless In case we are still at relocation target address before relocation we do not need to load the registers needed for relocation. We should instead skip the whole relocation part and jump over to clear_bss immediately. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>