Commit e34f671d authored by Valentin Rothberg's avatar Valentin Rothberg Committed by Stafford Horne

arch/openrisc/lib/memcpy.c: use correct OR1200 option

The Kconfig option for OR12000 is OR1K_1200.
Signed-off-by: default avatarValentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 0ccffdf5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment