Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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