From: Marek Vasut Date: Fri, 6 May 2016 18:10:33 +0000 (+0200) Subject: mips: Add MIPS 74Kc tune X-Git-Tag: v2016.07-rc1~178^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a0a958b68ee9d78a7cbccb5f72b95e1d488c9bd;p=u-boot mips: Add MIPS 74Kc tune Add MIPS 74Kc tune Kconfig option. Signed-off-by: Marek Vasut Cc: Daniel Schwierzeck Cc: Wills Wang [added missing tune-y entry in arch/mips/Makefile] Signed-off-by: Daniel Schwierzeck --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7162f3c1ec..188aaba92f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -198,6 +198,9 @@ config MIPS_TUNE_14KC config MIPS_TUNE_24KC bool +config MIPS_TUNE_74KC + bool + config 32BIT bool diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 7a82316130..94f7e16e41 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -26,6 +26,7 @@ arch-$(CONFIG_CPU_MIPS64_R2) += -march=mips64r2 -Wa,-mips64r2 tune-$(CONFIG_MIPS_TUNE_4KC) += -mtune=4kc tune-$(CONFIG_MIPS_TUNE_14KC) += -mtune=14kc tune-$(CONFIG_MIPS_TUNE_24KC) += -mtune=24kc +tune-$(CONFIG_MIPS_TUNE_74KC) += -mtune=74kc # Include default header files cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic