commit | 7b22ba0244fcea2a494b4177724790cf23b784ed | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Fri Mar 31 16:34:39 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 08 09:26:53 2017 -0400 |
tree | 90c4e7f0ec4e38acc28b1e3ae0a50856b23941d6 | |
parent | 89ef1d632a86e031b478b1fae5ece9c63e18ca24 [diff] |
spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point On ARM v7M, the processor will return to ARM mode when executing blx instruction with bit 0 of the address == 0. Always set it to 1 to stay in thumb mode. Similar commit: f99993c10882f7dc8ec35993d5febe59aac01e6a Author: Matt Porter <mporter@konsulko.com> Date: Tue May 5 15:00:23 2015 -0400 common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() Signed-off-by: Vikas Manocha <vikas.manocha@st.com>