From e1e27870fa8498ce97436f81ff54ba2a41ff6f3f Mon Sep 17 00:00:00 2001 From: Peter Mamonov Date: Tue, 22 May 2018 18:33:42 +0300 Subject: MIPS: don't use optimized string functions for MIPS64 Barebox port of optimized string functions from Linux lacks support for MIPS64. Signed-off-by: Peter Mamonov Signed-off-by: Sascha Hauer --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index da613eb39c..359f67883c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -341,6 +341,7 @@ config NMON_HELP config MIPS_OPTIMIZED_STRING_FUNCTIONS bool "use assembler optimized string functions" + depends on !64BIT default y help Say yes here to use assembler optimized memcpy / memset functions. -- cgit v1.2.3