Skip to content
Snippets Groups Projects
Commit da90d4ce authored by Albert Aribaud's avatar Albert Aribaud Committed by Wolfgang Denk
Browse files

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: default avatarAlbert Aribaud <albert.aribaud@free.fr>
parent ddf71e4c
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment