On Fri, Nov 21, 2008 at 03:42:03PM -0700, Gary Thomas wrote: > From: Gary Thomas <[EMAIL PROTECTED]> > > Hex makes much more sense when specifying the [erase] block size > of a FLASH device. > > Signed-off-by: Gary Thomas <[EMAIL PROTECTED]> > --- > > --- /work/ptxdist-trunk/platforms/image_jffs2.in 2008-11-14 > 06:39:13.000000000 -0700 > +++ /tmp/ptx-2008_11_21/ptx/platforms/image_jffs2.in 2008-11-21 > 15:33:28.000000000 -0700 > @@ -12,8 +12,8 @@ menuconfig IMAGE_JFFS2 > if IMAGE_JFFS2 > > config IMAGE_JFFS2_BLOCKSIZE > - int > - default -1 > + hex > + default 0x10000 > prompt "Erase Block Size" > help > Enter here the size of each (sector) block in target's flash device.
Thanks, applied. rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Peiner Straße 6-8, 31137 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-5555 -- ptxdist mailing list [email protected]
