Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / arch / arm / mach-octeontx2 / config.mk
1 ifeq ($(CONFIG_ARCH_OCTEONTX2),y)
2 PLATFORM_CPPFLAGS += $(call cc-option,-march=armv8.2-a,)
3 PLATFORM_CPPFLAGS += $(call cc-option,-mtune=octeontx2,)
4 endif