
El Thu, Jun 04, 2009 at 08:53:10AM +0200 Stefan Roese ha dit:
On Wednesday 03 June 2009 19:42:00 Matthias Kaehlcke wrote:
<snip>
here is a version of the patch that addresses the issues you pointed out. sorry for the late response, my development system died and i needed some time to get a new machine and restore the setup
--
This is a forward port of the patch submitted by Christian from Kwikbyte in 06/2007 (http://lists.denx.de/pipermail/u-boot/2007-June/022068.html)
Signed-off-by: Matthias Kaehlcke matthias@kaehlcke.net
board/kb9202/Makefile | 2 +- board/kb9202/nand.c | 153 ++++++++++++++++++++++++++++++++++++++++++++++ include/configs/kb9202.h | 10 +++- 3 files changed, 163 insertions(+), 2 deletions(-) create mode 100644 board/kb9202/nand.c
I suggest to move this driver to drivers/mtd/nand instead.
i thought drivers/mtd/nand is for generic nand drivers, mine - at least atm - is kb9202 specific. if it's really preferred to have board specific drivers in drivers/mtd/nand i'll the adapt the patch happily.