[MTD] [NAND] Fix endianess bug in ndfc.c
authorStefan Roese <ml@stefan-roese.de>
Fri, 10 Nov 2006 11:19:32 +0000 (12:19 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 28 Nov 2006 22:22:55 +0000 (22:22 +0000)
The writel() call accidentally clears all bits in the NDFC_CCR
register (endianess problem). Now __raw_writel() is used instead.

Tested on Bamboo with NAND on chip select 0 and chip select 1.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found