u-boot-brain/arch/mips/cpu
Gabor Juhos 5b7dd8163d MIPS: start.S: fix boundary check in relocate_code
The loop code copies more data with one than
necessary due to the 'ble' instuction. Use the
'blt' instruction instead to fix that.

Due to the lack of suitable hardware the Xburst
specific code is compile tested only. However the
change is quite obvious.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
2013-01-27 16:39:43 +01:00
..
mips32 MIPS: start.S: fix boundary check in relocate_code 2013-01-27 16:39:43 +01:00
mips64 MIPS: start.S: fix boundary check in relocate_code 2013-01-27 16:39:43 +01:00
xburst MIPS: start.S: fix boundary check in relocate_code 2013-01-27 16:39:43 +01:00