diff options
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch b/target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch index c55ce87225..3a8ba498bd 100644 --- a/target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch +++ b/target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch @@ -83,8 +83,8 @@ Signed-off-by: Felix Matouschek <felix@matouschek.org> + if (section) + return -ERANGE; + -+ region->offset = 8; -+ region->length = 40; ++ region->offset = 48; ++ region->length = 16; + + return 0; +} @@ -96,7 +96,7 @@ Signed-off-by: Felix Matouschek <felix@matouschek.org> + return -ERANGE; + + region->offset = 1; -+ region->length = 7; ++ region->length = 47; + + return 0; +} |