commit | 3dab3f61e00062fb5cc9920533d0b5d850633d7c | [log] [tgz] |
---|---|---|
author | Steve Sakoman <steve@sakoman.com> | Wed May 30 07:38:07 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:35 2012 +0200 |
tree | b6c9e2a272df52fce3ae9b5ce132d9c8a13a2e3d | |
parent | ba8737754611c42e7af2fdeb5cd666ebde380a87 [diff] |
omap: emif: deal with rams that return duplicate mr data on all byte lanes Some rams (Micron for example) return duplicate mr data on all byte lanes. Users of the get_mr function currently don't deal with this duplicated data gracefully. This patch detects the duplicated data and returns only the expected 8 bit mr data. Signed-off-by: Steve Sakoman <steve@sakoman.com>