diff mbox

[U-Boot] MIPS: add tune for MIPS 34kc

Message ID 1464356379-4872-1-git-send-email-daniel.schwierzeck@gmail.com
State Accepted
Commit 5f9cc363ed9b68245cacc6408c793f150992f4d9
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Daniel Schwierzeck May 27, 2016, 1:39 p.m. UTC
Add tune Kconfig option for MIPS 34kc.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---

 arch/mips/Kconfig  | 3 +++
 arch/mips/Makefile | 1 +
 2 files changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index abaeaf0..a929452 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -228,6 +228,9 @@  config MIPS_TUNE_14KC
 config MIPS_TUNE_24KC
 	bool
 
+config MIPS_TUNE_34KC
+	bool
+
 config MIPS_TUNE_74KC
 	bool
 
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