summaryrefslogtreecommitdiff
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
authorPhil Edworthy <PHIL.EDWORTHY@renesas.com>2017-06-01 06:33:28 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 18:13:13 (GMT)
commit111a6af97acd9bca2ffe0b976c8962cfe8a9acc6 (patch)
treed76e80387606321be5fc05bf386b40b11eb44970 /arch/arm/lib/Makefile
parenta83afb6b1fdb29eb3c79ccb19f2e1559447d85fb (diff)
downloadu-boot-fsl-qoriq-111a6af97acd9bca2ffe0b976c8962cfe8a9acc6.tar.xz
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/Makefile')
-rw-r--r--arch/arm/lib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index f162c14..6e1c436 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