commit | 47c0295ed4e35704948ca22bd4cfcd7d6d8fb74e | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Jun 18 21:22:35 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Jul 07 19:42:33 2014 -0400 |
tree | 5abc91075454cb14b1a4e6265330870142ae0e7d | |
parent | be9312a6830bfe0218e9969554d9ca7d9a7ea346 [diff] |
ARM: emif4: wait for CM_DLL_READYST to be set The code intends for the CM_DLL_READYST to be set, but actually polls till any bit is set since the logical AND is used instead of the bitwise one is used. Fix it. cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>