commit | ffb3c0b184743ad93f9744efc3fb3f66288e9c8b | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Apr 25 11:07:46 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 16:49:08 2017 -0400 |
tree | 6065f1f328cd1d66ce9beb6d94220d54f6025136 | |
parent | 6e1288c810cf8e3c5275f52cda476f4ccf6bea8e [diff] |
arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux() On ARM v7M, the processor will return to ARM mode when executing a blx instruction with bit 0 of the address == 0. Always set it to 1 to stay in thumb mode. Tested on STM32f746-disco board Similar commit: f99993c10882f7dc8ec35993d5febe59aac01e6a Author: Matt Porter <mporter@konsulko.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>