Re: [U-Boot] [PATCH v2] m28evk/mx28evk: fix nand_update_full

2012-12-11 Thread Marek Vasut
Dear Scott Wood, > On 12/11/2012 03:36:21 PM, Eric Bénard wrote: > > - since commit 418396e212b59bf907dbccad997ff50f7eb61b16 nand write.raw > > can take the number of page to be written as an argument. > > nand_update_full > > is passing the size (in bytes) to nand write.raw. This value was > > pr

Re: [U-Boot] [PATCH v2] m28evk/mx28evk: fix nand_update_full

2012-12-11 Thread Scott Wood
On 12/11/2012 03:36:21 PM, Eric Bénard wrote: - since commit 418396e212b59bf907dbccad997ff50f7eb61b16 nand write.raw can take the number of page to be written as an argument. nand_update_full is passing the size (in bytes) to nand write.raw. This value was previously ignored but now breaks t