diff options
author | Felix Matouschek <felix@matouschek.org> | 2022-04-08 18:27:05 +0200 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2022-04-09 21:08:26 +0800 |
commit | a5de91a88a8a33ced147bb5340fd45599f652d4d (patch) | |
tree | 18517a2a24f362c6168cbb1709873a7fb14dba6b /tools/meson/files | |
parent | 3711aee56d864fab066d76afadc9d04e1c18102e (diff) |
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>
Diffstat (limited to 'tools/meson/files')
0 files changed, 0 insertions, 0 deletions