]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap: emif: fix bug in manufacturer code test
authorSteve Sakoman <steve@sakoman.com>
Wed, 30 May 2012 07:38:08 +0000 (07:38 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:35 +0000 (14:07 +0200)
commitad0878a7492928696a93245c1f9190d51eebe549
tree3d4ad52f5d5f24e0cde355af56d3ab6d45d0cfd7
parent55c1284942b18cf83a297d33c8746aadcbf5f096
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>
arch/arm/cpu/armv7/omap-common/emif-common.c