Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.cdc89c6fb778ed2d12128e2bb976a45d540afce71 Tue Apr 25 09:07:46 UTC 2017 Patrice Chotard <patrice.chotard@st.com> 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>