
13 Aug
2008
13 Aug
'08
7:57 p.m.
Hi Stefan,
On Wed, Aug 13, 2008 at 9:37 AM, Stefan Roese sr@denx.de wrote:
Hi Magnus,
On Wednesday 13 August 2008, Magnus Lilja wrote:
cpu/arm1136/mx31/Makefile | 4 +- cpu/arm1136/mx31/mxc_nd.c | 1172 cpu/arm1136/mx31/mxc_nd.h | 106 ++++
A question regarding the placement of the mxc_nd.c file: Shall SoC NAND drivers be placed in drivers/mtd/nand or in cpu/<cputype>/<soc>/ ? I noticed that Guennadi Liakhovetski's patch placed a NAND driver in the mtd/nand directory (drivers/mtd/nand/s3c64xx.c).
They should be placed in the drivers/mtd/nand directory. I will move the PPC4xx NAND driver to this directory soon too.
I'll move the i.MX31 driver into drivers/mtd/nand in the next version of the patch-set then.
Thanks, Magnus