Re: [U-Boot] [PATCH v2 3/4] JFFS2 commands support for Flex-OneNAND

2009-03-07 Thread Rohit Hagargundgi
On Thursday 11 December 2008 19:57:42 Rohit Hagargundgi wrote: > Add sanity check for the partitions. > Some special cases handled by the check are: > - A partition can span across erase regions. > - A region can have odd number of blocks. Signed-off-by: Rohit Hagargundgi --- diff --g

[U-Boot] [PATCH v2 3/4] JFFS2 commands support for Flex-OneNAND

2008-12-11 Thread Rohit Hagargundgi
Add sanity check for the partitions. Some special cases handled by the check are: - A partition can span across erase regions. - A region can have odd number of blocks. Signed-off-by: Rohit Hagargundgi <[EMAIL PROTECTED]> --- common/cmd_jffs2.c | 65 +