commit | bd1fef5ea29a54deffb4483048a43ba0db71e74d | [log] [tgz] |
---|---|---|
author | Matt Porter <mporter@konsulko.com> | Tue May 05 15:00:23 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu May 28 08:18:23 2015 -0400 |
tree | c91edb5481c62885690884d2197a3634e1171652 | |
parent | ab10714d9b23527a1dfebf4d8a75dc26ac5340c9 [diff] |
common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() 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. Signed-off-by: Matt Porter <mporter@konsulko.com>