summaryrefslogtreecommitdiff
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-27 13:39:39 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-31 07:38:11 (GMT)
commit5f9cc363ed9b68245cacc6408c793f150992f4d9 (patch)
tree340b6aa6ac57f7c6ab2cdf129602df29388c2881 /arch/mips/Makefile
parent07f5b966aa2a4fe3a9bed8e90103cb0fe83c8748 (diff)
downloadu-boot-fsl-qoriq-5f9cc363ed9b68245cacc6408c793f150992f4d9.tar.xz
MIPS: add tune for MIPS 34kc
Add tune Kconfig option for MIPS 34kc. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 0b5dbb6..efe7e44 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -34,6 +34,7 @@ arch-$(CONFIG_CPU_MIPS64_R6) += -march=mips64r6 -Wa,-mips64r6
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_34KC) += -mtune=34kc
tune-$(CONFIG_MIPS_TUNE_74KC) += -mtune=74kc
# Include default header files