commit | 0668d16e2c6620b2fbea39f77a8ea4425d4a956c | [log] [tgz] |
---|---|---|
author | Albert Aribaud <albert.aribaud@free.fr> | Tue Oct 05 16:06:39 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 11 10:28:43 2010 +0200 |
tree | 780bba835b490666dc2c0628f7ec7aa34da6e302 | |
parent | 697e771232d41c02efbfec4f0c54d5a56cd689ca [diff] |
arm: bugfix: replace ble with blo in start.S files Generalized misuse of ble within relocation and bss initialization loops caused one iteration too many. Instead of ble ('branch if lower or equal'), use blo ('branch if lower'). While we're at it, fix all 'addreee' typos. Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>