On Tue, 2020-05-12 at 07:57:33 UTC, 
=?utf-8?q?=C3=81lvaro_Fern=C3=A1ndez_Rojas?= wrote:
> The current code generates 8 oob sections:
> S1    1-5
> ECC   6-8
> S2    9-15
> S3    16-21
> ECC   22-24
> S4    25-31
> S5    32-37
> ECC   38-40
> S6    41-47
> S7    48-53
> ECC   54-56
> S8    57-63
> 
> Change it by merging continuous sections:
> S1    1-5
> ECC   6-8
> S2    9-21
> ECC   22-24
> S3    25-37
> ECC   38-40
> S4    41-53
> ECC   54-56
> S5    57-63
> 
> Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git 
nand/next, thanks.

Miquel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to