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-04-09 21:08:19 +08:00
2022-04-09 21:04:40 +08:00
2022-04-09 21:08:26 +08:00
2022-04-01 13:23:41 +01:00
2022-04-01 13:23:41 +01:00
2021-02-10 15:47:18 +01:00
2020-11-27 01:23:43 +00:00
2022-04-09 21:08:26 +08:00
2022-04-09 21:08:26 +08:00
2022-03-27 15:50:14 +01:00
2022-04-06 21:54:57 +01:00
2021-12-17 16:16:34 +01:00
2013-07-09 20:52:07 +00:00