]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv8/config.mk
ARM: move -march=* and -mtune= options to arch/arm/Makefile
[karo-tx-uboot.git] / arch / arm / cpu / armv8 / config.mk
index f5b95591af55f789ce9c000969e9e2d8be042851..685025881c487ee39dc7d0c1e09da9e8aec29cd3 100644 (file)
@@ -6,7 +6,5 @@
 #
 PLATFORM_RELFLAGS += -fno-common -ffixed-x18
 
-PF_CPPFLAGS_ARMV8 := $(call cc-option, -march=armv8-a)
 PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
-PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV8)
 PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)