commit | ce515a6155a9a482cf068ea938a3dda2a469b9ba | [log] [tgz] |
---|---|---|
author | Steve Sakoman <steve@sakoman.com> | Wed May 30 07:38:08 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:35 2012 +0200 |
tree | 3d4ad52f5d5f24e0cde355af56d3ab6d45d0cfd7 | |
parent | 3dab3f61e00062fb5cc9920533d0b5d850633d7c [diff] |
omap: emif: fix bug in manufacturer code test Code currently tests for <= 0xff. Micron manufacturer code is 0xff, so Micron memory will not be detected! Signed-off-by: Steve Sakoman <steve@sakoman.com>