From: John Crispin Date: Sat, 31 Aug 2024 17:00:47 +0000 (+0200) Subject: uboot-mediatek: fix OpenWrt One NAND size X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0db6f9a856842ef85d5470d9b8ec6b1d435fe261;p=openwrt%2Fstaging%2Fthess.git uboot-mediatek: fix OpenWrt One NAND size The final version of the PCB has 256MB NAND instead of 128MB. Signed-off-by: John Crispin --- diff --git a/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch b/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch index 0178c8da6d..7355c64089 100644 --- a/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch +++ b/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch @@ -149,7 +149,7 @@ + + partition@200000 { + label = "ubi"; -+ reg = <0x100000 0x7f00000>; ++ reg = <0x100000 0xff00000>; + }; + }; + };