[U-Boot] [PATCH 4/5] cmd_nand: add nand write.ubi command

2011-04-28 Thread Ben Gardiner
Add another nand write. variant, ubi. This command will request of nand_write_skip_bad() that all trailing all-0xff pages will be dropped from eraseblocks as they are written as-per the reccommended behaviour of the UBI FAQ. Signed-off-by: Ben Gardiner --- common/cmd_nand.c | 11 ++- 1

Re: [U-Boot] [PATCH 4/5] cmd_nand: add nand write.ubi command

2011-04-29 Thread Detlev Zundel
Hi Ben, > Add another nand write. variant, ubi. This command will request of > nand_write_skip_bad() that all trailing all-0xff pages will be > dropped from eraseblocks as they are written as-per the > reccommended behaviour of the UBI FAQ. If I understand the code correctly, then the assumption