]> git.sur5r.net Git - u-boot/commitdiff
MIPS: add tune for MIPS 34kc
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 27 May 2016 13:39:39 +0000 (15:39 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 31 May 2016 07:38:11 +0000 (09:38 +0200)
Add tune Kconfig option for MIPS 34kc.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig
arch/mips/Makefile

index abaeaf0330be8ef656f5e2dfdcaae4d47661fc28..a9294527df7a63399f1e2ace8fbf5adf50368434 100644 (file)
@@ -228,6 +228,9 @@ config MIPS_TUNE_14KC
 config MIPS_TUNE_24KC
        bool
 
+config MIPS_TUNE_34KC
+       bool
+
 config MIPS_TUNE_74KC
        bool
 
index 0b5dbb68fd76395bde1f0c5caf2b38bf8bed307b..efe7e44236b9bd0b5f34129b64db09fdd1b09af0 100644 (file)
@@ -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