arch/openrisc/lib/memcpy.c: use correct OR1200 option
The Kconfig option for OR12000 is OR1K_1200. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
parent
0ccffdf5e1
commit
e34f671d1c
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
|
||||||
#ifdef CONFIG_OR1200
|
#ifdef CONFIG_OR1K_1200
|
||||||
/*
|
/*
|
||||||
* Do memcpy with word copies and loop unrolling. This gives the
|
* Do memcpy with word copies and loop unrolling. This gives the
|
||||||
* best performance on the OR1200 and MOR1KX archirectures
|
* best performance on the OR1200 and MOR1KX archirectures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user