Felix Matouschek a5de91a88a kernel: Fix oob layout of XTX XT26G0xA
The correct oob layout is:

ECC:
region->offset = 48;
region->length = 16;

Free:
/* Reserve 1 byte for the BBM. */
region->offset = 1;
region->length = 47;

Signed-off-by: Felix Matouschek <felix@matouschek.org>
2022-04-09 21:08:26 +08:00
..
2022-03-27 00:07:34 +00:00
2022-02-01 23:34:07 +00:00
2022-03-28 02:32:29 +01:00
2022-03-30 18:33:38 +02:00
2022-04-01 00:51:40 +02:00
2022-02-01 23:34:07 +00:00
2022-03-30 18:33:38 +02:00
2022-03-29 13:43:01 +02:00
2022-03-29 12:02:50 +02:00