Home
last modified time | relevance | path

Searched hist:b9c5081d7d6ebc3290813675ca8771f4471edb85 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dstart.Sb9c5081d7d6ebc3290813675ca8771f4471edb85 Tue Nov 30 23:58:36 UTC 2010 Andreas Bießmann <andreas.devel@googlemail.com> 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>