From: Valentin Rothberg Date: Tue, 17 Jan 2017 08:12:48 +0000 (+0100) Subject: arch/openrisc/lib/memcpy.c: use correct OR1200 option X-Git-Tag: v4.11-rc1~78^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e34f671d1cf8a032a8cd248a12eef217f1789c4c;p=linux.git arch/openrisc/lib/memcpy.c: use correct OR1200 option The Kconfig option for OR12000 is OR1K_1200. Signed-off-by: Valentin Rothberg Signed-off-by: Stafford Horne --- diff --git a/arch/openrisc/lib/memcpy.c b/arch/openrisc/lib/memcpy.c index 4706f01a199a..669887a60e27 100644 --- a/arch/openrisc/lib/memcpy.c +++ b/arch/openrisc/lib/memcpy.c @@ -17,7 +17,7 @@ #include -#ifdef CONFIG_OR1200 +#ifdef CONFIG_OR1K_1200 /* * Do memcpy with word copies and loop unrolling. This gives the * best performance on the OR1200 and MOR1KX archirectures