commit | b9c5081d7d6ebc3290813675ca8771f4471edb85 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Wed Dec 01 00:58:36 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Dec 09 11:01:16 2010 +0100 |
tree | c914a55c317ff09cc358421413bb9670bb0b9f22 | |
parent | 1f52d89f2b4b5ca8dde7aa1be02bb1c658e0aa13 [diff] |
armv7: fix relocation skip I doubt the stack_setup() was defective before: we load the current location of _start and compare against destination of relocate_code(). If we are already there we shoud skip the relocation and jump over to clear_bss. Before the clear_bss was also skipped. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>