diff options
author | Phil Edworthy | 2017-06-01 07:33:28 +0100 |
---|---|---|
committer | Tom Rini | 2017-06-05 14:13:13 -0400 |
commit | 111a6af97acd9bca2ffe0b976c8962cfe8a9acc6 (patch) | |
tree | d76e80387606321be5fc05bf386b40b11eb44970 /arch/arm/lib | |
parent | a83afb6b1fdb29eb3c79ccb19f2e1559447d85fb (diff) |
arm: Add Kconfig symbols used for Linux asm compatibility
Rather than change asm files that come from Linux, add the symbols
to Kconfig. Since one of the symbols is for thumb2 builds, make
CPU_V7M always select them.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r-- | arch/arm/lib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index f162c1428c8..6e1c4369334 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -72,8 +72,6 @@ ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS))) extra-y += eabi_compat.o endif -asflags-y += -DCONFIG_ARM_ASM_UNIFIED - # some files can only build in ARM or THUMB2, not THUMB1 ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD |