Skip to content

Commit

Permalink
arch/openrisc/lib/memcpy.c: use correct OR1200 option
Browse files Browse the repository at this point in the history
The Kconfig option for OR12000 is OR1K_1200.

Signed-off-by: Valentin Rothberg <[email protected]>
Signed-off-by: Stafford Horne <[email protected]>
  • Loading branch information
vrothberg authored and stffrdhrn committed Feb 24, 2017
1 parent 0ccffdf commit e34f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/openrisc/lib/memcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <linux/string.h>

#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
Expand Down

0 comments on commit e34f671

Please sign in to comment.