commit | 2003d8c913a4edc6b5845fcebef65c822fefbef7 | [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 | 318cea18f2b08145c09114ee0750830ddf108a2a [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>