]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv7m: Fix larger builds
authorPhil Edworthy <PHIL.EDWORTHY@renesas.com>
Thu, 1 Jun 2017 06:33:29 +0000 (07:33 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:14 +0000 (14:13 -0400)
commit71d2cf23595e6174d50950d60ff28e028a183185
treeb310ce92f62a53876478942536e15e9b869a7f7e
parent111a6af97acd9bca2ffe0b976c8962cfe8a9acc6
armv7m: Fix larger builds

The branch instruction only has an 11-bit relative target address, which
is sometimes not enough.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
arch/arm/cpu/armv7m/start.S