On Wed, Aug 25, 2010, Matt Waddel wrote:
> mtdparts=armflash-1.0:1M(uboot),9M(linux),16M(uInitrd)
Looks like it should be without that .0:
mtdparts=armflash-1:1M(uboot),9M(linux),16M(uInitrd)
see linux/drivers/mtd/cmdlinepart.c
--
Loïc Minier