Re: [PATCH] arm: mxs: bcb: fix usage of second bootstream

2012-09-03 Thread Sascha Hauer
On Fri, Aug 31, 2012 at 06:00:27PM +0200, Wolfram Sang wrote: > If a second bootstream was used, there was a sanity check which was not > only wrong (using erasesize instead of writesize) but also superfluous > (we got the block from an existing cdev, so it must be in the flash > range). Simply rem

[PATCH] arm: mxs: bcb: fix usage of second bootstream

2012-08-31 Thread Wolfram Sang
If a second bootstream was used, there was a sanity check which was not only wrong (using erasesize instead of writesize) but also superfluous (we got the block from an existing cdev, so it must be in the flash range). Simply remove it to make bcb work as expected. Signed-off-by: Wolfram Sang ---