[U-Boot] [PATCH 1/9] mips: Add MIPS 74Kc tune
Marek Vasut
marex at denx.de
Fri May 6 20:10:33 CEST 2016
Add MIPS 74Kc tune Kconfig option.
Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
Cc: Wills Wang <wills.wang at live.com>
---
arch/mips/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index fbedb29..66e805e 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
--
2.7.0
More information about the U-Boot
mailing list