]> git.sur5r.net Git - u-boot/commit
arm: armv7m: Clean up some thumb / compiler flag options
authorTom Rini <trini@konsulko.com>
Tue, 8 May 2018 00:46:52 +0000 (20:46 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 17:03:42 +0000 (13:03 -0400)
commitea37f0b3129bb21c5d4bd11a14bfcf2537e8ec29
tree8428cc92c2ffa6a1c71629744604f969f12143fa
parentdca268a8f987730978e1a23adfd0ac82db341a10
arm: armv7m: Clean up some thumb / compiler flag options

- The correct way to build with thumb mode is to select SYS_THUMB_BUILD
- We should be setting -march=armv7-m in arch/arm/Makefile not the
  sub-config.mk file.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/armv7m/config.mk