Hi, On Thu, Dec 20, 2007 at 04:40:00PM +0000, Andy Green wrote: > The first patch patches the kernel config and adds the code to register > the NOR device. The NOR device is probed first and gets to own the > /dev/mtdblock0 slot, so the NAND partitions follow on from > /dev/mtdblock1 all moved down by one.
Is there a reason you're using mtdblock? It's usual to just have root=/dev/mtd0; the block device support is a compatibility layer. - Chris. -- Chris Ball <[EMAIL PROTECTED]>
