Revision 75c3ebd86f9d06e3f3f2f80fbf0bb0d7ae13e249 authored by John Linn on 18 March 2011, 22:19:16 UTC, committed by John Linn on 18 March 2011, 22:20:56 UTC
This change appears to be backward compatible with peep9 also. This
was caused by DT 592979.

Without this change, the SRAM test does not pass. This change is
small as it only sets the SET_BLS bit in the set_opmode register.
1 parent 142d225
Raw File
locking-selftest-wsem.h
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top