Skip to content

Commit e34f671

Browse files
vrothbergstffrdhrn
authored andcommitted
arch/openrisc/lib/memcpy.c: use correct OR1200 option
The Kconfig option for OR12000 is OR1K_1200. Signed-off-by: Valentin Rothberg <[email protected]> Signed-off-by: Stafford Horne <[email protected]>
1 parent 0ccffdf commit e34f671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/openrisc/lib/memcpy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include <linux/string.h>
1919

20-
#ifdef CONFIG_OR1200
20+
#ifdef CONFIG_OR1K_1200
2121
/*
2222
* Do memcpy with word copies and loop unrolling. This gives the
2323
* best performance on the OR1200 and MOR1KX archirectures

0 commit comments

Comments
 (0)