aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2023-01-13 03:13:24 +0000
committerDaniel Golle <daniel@makrotopia.org>2023-01-13 14:49:52 +0000
commit3d5c5427e17a870041e0c94b6fbbfb9301cd2c70 (patch)
treeec30b5db88adcab1d618c138502a85b8c2965eec /package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch
parent5b605f4b51b9049a1a610a10abb6c5726b469338 (diff)
downloadupstream-3d5c5427e17a870041e0c94b6fbbfb9301cd2c70.tar.gz
upstream-3d5c5427e17a870041e0c94b6fbbfb9301cd2c70.tar.bz2
upstream-3d5c5427e17a870041e0c94b6fbbfb9301cd2c70.zip
uboot-mediatek: update to U-Boot 2023.01
Support for MT7981 and MT7986 has been merged, remove patches. Tested on a couple of MT7986, MT7622 and MT7623 boards. MIPS builds are untested. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch')
-rw-r--r--package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch b/package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch
index 1d62c05e40..d023b004f7 100644
--- a/package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch
+++ b/package/boot/uboot-mediatek/patches/100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch
@@ -12,7 +12,7 @@ Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
--- a/cmd/ubi.c
+++ b/cmd/ubi.c
-@@ -161,7 +161,11 @@ int ubi_create_vol(char *volume, int64_t
+@@ -226,7 +226,11 @@ int ubi_create_vol(char *volume, int64_t
req.vol_id = vol_id;
req.alignment = 1;